DBA Data[Home] [Help]

APPS.JTF_ASSIGN_PUB dependencies on JTF_AM_WF_EVENTS_PUB

Line 6342: jtf_am_wf_events_pub.assign_dr_resource

6338: -- Workflow Test
6339: Begin
6340: jtf_assign_pub.g_assign_resources_tbl.delete;
6341: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
6342: jtf_am_wf_events_pub.assign_dr_resource
6343: (P_API_VERSION => 1.0,
6344: P_INIT_MSG_LIST => 'F',
6345: P_COMMIT => 'F',
6346: P_CONTRACT_ID => p_contract_id ,

Line 6364: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');

6360:
6361: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
6362: -- Unexpected Execution Error from call to assign_dr_resource
6363: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
6364: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
6365: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_RESOURCES');
6366: fnd_msg_pub.add;
6367:
6368: ELSE

Line 7035: jtf_am_wf_events_pub.assign_oppr_resource

7031: -- workflow test
7032: Begin
7033: jtf_assign_pub.g_assign_resources_tbl.delete;
7034: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
7035: jtf_am_wf_events_pub.assign_oppr_resource
7036: (P_API_VERSION => 1.0,
7037: P_INIT_MSG_LIST => 'F',
7038: P_COMMIT => 'F',
7039: P_OPPR_REC => p_opportunity_rec,

Line 7051: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');

7047:
7048: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
7049: -- Unexpected Execution Error from call to assign_sr_resource
7050: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
7051: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
7052: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_OPPR_RESOURCES');
7053: fnd_msg_pub.add;
7054:
7055: ELSE

Line 7623: jtf_am_wf_events_pub.assign_lead_resource

7619: -- workflow test
7620: Begin
7621: jtf_assign_pub.g_assign_resources_tbl.delete;
7622: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
7623: jtf_am_wf_events_pub.assign_lead_resource
7624: (P_API_VERSION => 1.0,
7625: P_INIT_MSG_LIST => 'F',
7626: P_COMMIT => 'F',
7627: P_LEAD_REC => Null,

Line 7640: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');

7636:
7637: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
7638: -- Unexpected Execution Error from call to assign_sr_resource
7639: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
7640: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
7641: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_LEAD_RESOURCES');
7642: fnd_msg_pub.add;
7643:
7644: ELSE

Line 8235: jtf_am_wf_events_pub.assign_lead_resource

8231: -- workflow test
8232: Begin
8233: jtf_assign_pub.g_assign_resources_tbl.delete;
8234: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
8235: jtf_am_wf_events_pub.assign_lead_resource
8236: (P_API_VERSION => 1.0,
8237: P_INIT_MSG_LIST => 'F',
8238: P_COMMIT => 'F',
8239: P_LEAD_REC => p_lead_rec,

Line 8252: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');

8248:
8249: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
8250: -- Unexpected Execution Error from call to assign_sr_resource
8251: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
8252: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
8253: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_LEAD_RESOURCES');
8254: fnd_msg_pub.add;
8255:
8256: ELSE

Line 8883: jtf_am_wf_events_pub.assign_acc_resource

8879: -- workflow test
8880: Begin
8881: jtf_assign_pub.g_assign_resources_tbl.delete;
8882: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
8883: jtf_am_wf_events_pub.assign_acc_resource
8884: (P_API_VERSION => 1.0,
8885: P_INIT_MSG_LIST => 'F',
8886: P_COMMIT => 'F',
8887: P_ACCOUNT_REC => p_account_rec,

Line 8899: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');

8895:
8896: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
8897: -- Unexpected Execution Error from call to assign_sr_resource
8898: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
8899: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
8900: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_ACCOUNT_RESOURCES');
8901: fnd_msg_pub.add;
8902:
8903: ELSE

Line 10373: jtf_am_wf_events_pub.assign_esc_resource

10369: l_esc_count := p_esc_tbl.FIRST;
10370:
10371: WHILE (l_esc_count <= p_esc_tbl.LAST)
10372: LOOP
10373: jtf_am_wf_events_pub.assign_esc_resource
10374: (P_API_VERSION => 1.0,
10375: P_INIT_MSG_LIST => 'F',
10376: P_COMMIT => 'F',
10377: P_ESC_REC => p_esc_tbl(l_esc_count),

Line 10389: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');

10385:
10386: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
10387: -- Unexpected Execution Error from call to assign_sr_resource
10388: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
10389: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
10390: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ESC_RESOURCES');
10391: fnd_msg_pub.add;
10392: ELSE
10393: x_assign_resources_tbl.delete;

Line 10403: jtf_am_wf_events_pub.assign_esc_resource

10399:
10400: END LOOP;
10401: ELSE
10402:
10403: jtf_am_wf_events_pub.assign_esc_resource
10404: (P_API_VERSION => 1.0,
10405: P_INIT_MSG_LIST => 'F',
10406: P_COMMIT => 'F',
10407: P_ESC_REC => NULL,

Line 10419: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');

10415:
10416: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
10417: -- Unexpected Execution Error from call to assign_sr_resource
10418: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
10419: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
10420: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ESC_RESOURCES');
10421: fnd_msg_pub.add;
10422: ELSE
10423: x_assign_resources_tbl.delete;

Line 11451: jtf_am_wf_events_pub.assign_sr_resource

11447: -- workflow test
11448: begin
11449: jtf_assign_pub.g_assign_resources_tbl.delete;
11450: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
11451: jtf_am_wf_events_pub.assign_sr_resource
11452: (P_API_VERSION => 1.0,
11453: P_INIT_MSG_LIST => 'F',
11454: P_COMMIT => 'F',
11455: P_CONTRACT_ID => p_contract_id ,

Line 11477: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');

11473:
11474: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
11475: -- Unexpected Execution Error from call to assign_sr_resource
11476: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
11477: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
11478: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_RESOURCES');
11479: fnd_msg_pub.add;
11480: /* Not raising the errors as req by tele service team
11481: IF (x_return_status = fnd_api.g_ret_sts_error) THEN

Line 11744: jtf_am_wf_events_pub.assign_task_resource

11740: -- workflow test
11741: Begin
11742: jtf_assign_pub.g_assign_resources_tbl.delete;
11743: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
11744: jtf_am_wf_events_pub.assign_task_resource
11745: (P_API_VERSION => 1.0,
11746: P_INIT_MSG_LIST => 'F',
11747: P_COMMIT => 'F',
11748: P_BUSINESS_PROCESS_ID => p_business_process_id,

Line 11763: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');

11759:
11760: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
11761: -- Unexpected Execution Error from call to assign_sr_resource
11762: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
11763: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
11764: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_RESOURCES');
11765: fnd_msg_pub.add;
11766:
11767: ELSE

Line 11924: jtf_am_wf_events_pub.assign_def_resource

11920: -- workflow test
11921: Begin
11922: jtf_assign_pub.g_assign_resources_tbl.delete;
11923: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
11924: jtf_am_wf_events_pub.assign_def_resource
11925: (P_API_VERSION => 1.0,
11926: P_INIT_MSG_LIST => 'F',
11927: P_COMMIT => 'F',
11928: P_CONTRACT_ID => p_contract_id ,

Line 11943: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');

11939:
11940: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
11941: -- Unexpected Execution Error from call to assign_sr_resource
11942: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
11943: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
11944: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_RESOURCES');
11945: fnd_msg_pub.add;
11946:
11947: ELSE