Oracle Apps Technical Stuff
Showing posts with label
CRM Api
.
Show all posts
Showing posts with label
CRM Api
.
Show all posts
Monday, August 8, 2016
Sample Script to APPLY_HOLD using OE_ORDER_PUB ( R12 ) at header level
›
CREATE OR REPLACE PROCEDURE apply_hold( p_request_rec IN oe_order_pub.request_rec_type) IS l_header_rec oe_order_pub.header...
Monday, February 17, 2014
Script to delete the Task in Oracle CRM (JTF_TASKS_PUB.DELETE_TASK)
›
SET serveroutput on DECLARE l_object_ver_num jtf_tasks_v.object_version_number%TYPE := 1; l_task_stat...
Script to Update the task in Oracle CRM (JTF_TASKS_PUB.UPDATE_TASK)
›
DECLARE l_object_ver_num jtf_tasks_v.object_version_number%TYPE := 1; l_task_status_id ...
Script to Create the tasks in Oracle CRM (JTF_TASKS_PUB.CREATE_TASK)
›
SET serveroutput on; DECLARE l_user_name fnd_user.user_name%TYPE := 'OPERATIONS'; l_task...
›
Home
View web version