DBA Data[Home] [Help]

APPS.JTF_ASSIGN_PUB dependencies on JTF_AM_WF_EVENTS_PUB

Line 6278: jtf_am_wf_events_pub.assign_dr_resource

6274: -- Workflow Test
6275: Begin
6276: jtf_assign_pub.g_assign_resources_tbl.delete;
6277: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
6278: jtf_am_wf_events_pub.assign_dr_resource
6279: (P_API_VERSION => 1.0,
6280: P_INIT_MSG_LIST => 'F',
6281: P_COMMIT => 'F',
6282: P_CONTRACT_ID => p_contract_id ,

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

6296:
6297: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
6298: -- Unexpected Execution Error from call to assign_dr_resource
6299: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
6300: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
6301: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_RESOURCES');
6302: fnd_msg_pub.add;
6303:
6304: ELSE

Line 6971: jtf_am_wf_events_pub.assign_oppr_resource

6967: -- workflow test
6968: Begin
6969: jtf_assign_pub.g_assign_resources_tbl.delete;
6970: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
6971: jtf_am_wf_events_pub.assign_oppr_resource
6972: (P_API_VERSION => 1.0,
6973: P_INIT_MSG_LIST => 'F',
6974: P_COMMIT => 'F',
6975: P_OPPR_REC => p_opportunity_rec,

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

6983:
6984: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
6985: -- Unexpected Execution Error from call to assign_sr_resource
6986: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
6987: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
6988: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_OPPR_RESOURCES');
6989: fnd_msg_pub.add;
6990:
6991: ELSE

Line 7559: jtf_am_wf_events_pub.assign_lead_resource

7555: -- workflow test
7556: Begin
7557: jtf_assign_pub.g_assign_resources_tbl.delete;
7558: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
7559: jtf_am_wf_events_pub.assign_lead_resource
7560: (P_API_VERSION => 1.0,
7561: P_INIT_MSG_LIST => 'F',
7562: P_COMMIT => 'F',
7563: P_LEAD_REC => Null,

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

7572:
7573: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
7574: -- Unexpected Execution Error from call to assign_sr_resource
7575: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
7576: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
7577: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_LEAD_RESOURCES');
7578: fnd_msg_pub.add;
7579:
7580: ELSE

Line 8171: jtf_am_wf_events_pub.assign_lead_resource

8167: -- workflow test
8168: Begin
8169: jtf_assign_pub.g_assign_resources_tbl.delete;
8170: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
8171: jtf_am_wf_events_pub.assign_lead_resource
8172: (P_API_VERSION => 1.0,
8173: P_INIT_MSG_LIST => 'F',
8174: P_COMMIT => 'F',
8175: P_LEAD_REC => p_lead_rec,

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

8184:
8185: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
8186: -- Unexpected Execution Error from call to assign_sr_resource
8187: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
8188: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
8189: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_LEAD_RESOURCES');
8190: fnd_msg_pub.add;
8191:
8192: ELSE

Line 8819: jtf_am_wf_events_pub.assign_acc_resource

8815: -- workflow test
8816: Begin
8817: jtf_assign_pub.g_assign_resources_tbl.delete;
8818: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
8819: jtf_am_wf_events_pub.assign_acc_resource
8820: (P_API_VERSION => 1.0,
8821: P_INIT_MSG_LIST => 'F',
8822: P_COMMIT => 'F',
8823: P_ACCOUNT_REC => p_account_rec,

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

8831:
8832: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
8833: -- Unexpected Execution Error from call to assign_sr_resource
8834: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
8835: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
8836: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_ACCOUNT_RESOURCES');
8837: fnd_msg_pub.add;
8838:
8839: ELSE

Line 10309: jtf_am_wf_events_pub.assign_esc_resource

10305: l_esc_count := p_esc_tbl.FIRST;
10306:
10307: WHILE (l_esc_count <= p_esc_tbl.LAST)
10308: LOOP
10309: jtf_am_wf_events_pub.assign_esc_resource
10310: (P_API_VERSION => 1.0,
10311: P_INIT_MSG_LIST => 'F',
10312: P_COMMIT => 'F',
10313: P_ESC_REC => p_esc_tbl(l_esc_count),

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

10321:
10322: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
10323: -- Unexpected Execution Error from call to assign_sr_resource
10324: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
10325: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
10326: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ESC_RESOURCES');
10327: fnd_msg_pub.add;
10328: ELSE
10329: x_assign_resources_tbl.delete;

Line 10339: jtf_am_wf_events_pub.assign_esc_resource

10335:
10336: END LOOP;
10337: ELSE
10338:
10339: jtf_am_wf_events_pub.assign_esc_resource
10340: (P_API_VERSION => 1.0,
10341: P_INIT_MSG_LIST => 'F',
10342: P_COMMIT => 'F',
10343: P_ESC_REC => NULL,

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

10351:
10352: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
10353: -- Unexpected Execution Error from call to assign_sr_resource
10354: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
10355: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
10356: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ESC_RESOURCES');
10357: fnd_msg_pub.add;
10358: ELSE
10359: x_assign_resources_tbl.delete;

Line 11373: jtf_am_wf_events_pub.assign_sr_resource

11369: -- workflow test
11370: begin
11371: jtf_assign_pub.g_assign_resources_tbl.delete;
11372: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
11373: jtf_am_wf_events_pub.assign_sr_resource
11374: (P_API_VERSION => 1.0,
11375: P_INIT_MSG_LIST => 'F',
11376: P_COMMIT => 'F',
11377: P_CONTRACT_ID => p_contract_id ,

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

11395:
11396: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
11397: -- Unexpected Execution Error from call to assign_sr_resource
11398: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
11399: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
11400: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_RESOURCES');
11401: fnd_msg_pub.add;
11402: /* Not raising the errors as req by tele service team
11403: IF (x_return_status = fnd_api.g_ret_sts_error) THEN

Line 11666: jtf_am_wf_events_pub.assign_task_resource

11662: -- workflow test
11663: Begin
11664: jtf_assign_pub.g_assign_resources_tbl.delete;
11665: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
11666: jtf_am_wf_events_pub.assign_task_resource
11667: (P_API_VERSION => 1.0,
11668: P_INIT_MSG_LIST => 'F',
11669: P_COMMIT => 'F',
11670: P_BUSINESS_PROCESS_ID => p_business_process_id,

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

11681:
11682: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
11683: -- Unexpected Execution Error from call to assign_sr_resource
11684: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
11685: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
11686: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_RESOURCES');
11687: fnd_msg_pub.add;
11688:
11689: ELSE

Line 11846: jtf_am_wf_events_pub.assign_def_resource

11842: -- workflow test
11843: Begin
11844: jtf_assign_pub.g_assign_resources_tbl.delete;
11845: jtf_assign_pub.g_assign_resources_tbl := x_assign_resources_tbl;
11846: jtf_am_wf_events_pub.assign_def_resource
11847: (P_API_VERSION => 1.0,
11848: P_INIT_MSG_LIST => 'F',
11849: P_COMMIT => 'F',
11850: P_CONTRACT_ID => p_contract_id ,

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

11861:
11862: IF NOT (l_wf_return_status = fnd_api.g_ret_sts_success) THEN
11863: -- Unexpected Execution Error from call to assign_sr_resource
11864: fnd_message.set_name('JTF', 'JTF_AM_GENERIC_API_ERROR');
11865: fnd_message.set_token('P_PROC_NAME','JTF_AM_WF_EVENTS_PUB');
11866: fnd_message.set_token('P_API_NAME','JTF_ASSIGN_PUB.GET_ASSIGN_RESOURCES');
11867: fnd_msg_pub.add;
11868:
11869: ELSE