DBA Data[Home] [Help]

APPS.JTF_EC_PUB dependencies on JTF_USR_HKS

Line 626: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'C' ) ) then

622:
623: ----------------------------------------------------------------------------------------------------
624: -- standard customer user hook pre-processing
625: ----------------------------------------------------------------------------------------------------
626: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'C' ) ) then
627: jtf_ec_cuhk.Create_Escalation_Pre(
628: p_esc_id => l_escalation_id,
629: p_esc_record => l_esc_record,
630: p_reference_documents => l_reference_documents,

Line 648: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'V' ) ) then

644: end if;
645: ----------------------------------------------------------------------------------------------------
646: -- standard verticle industry user hook pre-processing
647: ----------------------------------------------------------------------------------------------------
648: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'V' ) ) then
649: jtf_ec_vuhk.Create_Escalation_Pre(
650: p_esc_id => l_escalation_id,
651: p_esc_record => l_esc_record,
652: p_reference_documents => l_reference_documents,

Line 1104: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'V' ) ) then

1100:
1101: ----------------------------------------------------------------------------------------------------
1102: -- standard verticle industry user hook post-processing
1103: ----------------------------------------------------------------------------------------------------
1104: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'V' ) ) then
1105: jtf_ec_vuhk.Create_Escalation_Post(
1106: p_esc_id => l_escalation_id,
1107: p_esc_record => l_esc_record,
1108: p_reference_documents => l_reference_documents,

Line 1127: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'C' ) ) then

1123:
1124: ----------------------------------------------------------------------------------------------------
1125: -- standard customer user hook post-processing
1126: ----------------------------------------------------------------------------------------------------
1127: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'C' ) ) then
1128: jtf_ec_cuhk.Create_Escalation_Post(
1129: p_esc_id => l_escalation_id,
1130: p_esc_record => l_esc_record,
1131: p_reference_documents => l_reference_documents,

Line 1298: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'C' ) ) then

1294:
1295: --------------------------------------------------------------------------------------------
1296: -- standard customer user hook pre-processing
1297: --------------------------------------------------------------------------------------------
1298: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'C' ) ) then
1299: jtf_ec_cuhk.Update_Escalation_Pre(
1300: p_esc_id => l_escalation_id,
1301: p_esc_number => l_escalation_number,
1302: p_object_version => l_object_version_number,

Line 1322: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'V' ) ) then

1318: end if;
1319: --------------------------------------------------------------------------------------------
1320: -- standard verticle industry user hook pre-processing
1321: --------------------------------------------------------------------------------------------
1322: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'V' ) ) then
1323:
1324: jtf_ec_vuhk.Update_Escalation_Pre(
1325: p_esc_id => l_escalation_id,
1326: p_esc_number => l_escalation_number,

Line 2251: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'V' ) ) then

2247:
2248: --------------------------------------------------------------------------------------------
2249: -- standard verticle industry user hook post-processing
2250: --------------------------------------------------------------------------------------------
2251: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'V' ) ) then
2252:
2253: jtf_ec_vuhk.Update_Escalation_Post(
2254: p_esc_id => l_escalation_id,
2255: p_esc_number => l_escalation_number,

Line 2277: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'C' ) ) then

2273:
2274: --------------------------------------------------------------------------------------------
2275: -- standard customer user hook post-processing
2276: --------------------------------------------------------------------------------------------
2277: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'C' ) ) then
2278: jtf_ec_cuhk.Update_Escalation_Post(
2279: p_esc_id => l_escalation_id,
2280: p_esc_number => l_escalation_number,
2281: p_object_version => l_object_version_number,

Line 2401: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'C' ) ) then

2397:
2398: --------------------------------------------------------------------------------------------
2399: -- standard customer user hook pre-processing
2400: --------------------------------------------------------------------------------------------
2401: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'C' ) ) then
2402:
2403: jtf_ec_cuhk.Delete_Escalation_Pre(
2404: p_esc_id => l_escalation_id,
2405: p_esc_number => l_escalation_number,

Line 2421: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'V' ) ) then

2417: end if;
2418: --------------------------------------------------------------------------------------------
2419: -- standard verticle industry user hook pre-processing
2420: --------------------------------------------------------------------------------------------
2421: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'B', 'V' ) ) then
2422:
2423: jtf_ec_vuhk.Delete_Escalation_Pre(
2424: p_esc_id => l_escalation_id,
2425: p_esc_number => l_escalation_number,

Line 2511: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'V' ) ) then

2507:
2508: --------------------------------------------------------------------------------------------
2509: -- standard verticle industry user hook post-processing
2510: --------------------------------------------------------------------------------------------
2511: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'V' ) ) then
2512:
2513: jtf_ec_vuhk.Delete_Escalation_Post(
2514: p_esc_id => l_escalation_id,
2515: p_esc_number => l_escalation_number,

Line 2533: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'C' ) ) then

2529: --------------------------------------------------------------------------------------------
2530: -- standard customer user hook post-processing
2531: --------------------------------------------------------------------------------------------
2532:
2533: if ( jtf_usr_hks.ok_to_execute( g_pkg_name, l_api_name, 'A', 'C' ) ) then
2534:
2535: jtf_ec_cuhk.Delete_Escalation_Post(
2536: p_esc_id => l_escalation_id,
2537: p_esc_number => l_escalation_number,