DBA Data[Home] [Help]

APPS.JTF_EC_PUB dependencies on JTF_EC_CUHK

Line 627: jtf_ec_cuhk.Create_Escalation_Pre(

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,
631: p_esc_contacts => l_esc_contacts,

Line 1128: jtf_ec_cuhk.Create_Escalation_Post(

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,
1132: p_esc_contacts => l_esc_contacts,

Line 1299: jtf_ec_cuhk.Update_Escalation_Pre(

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,
1303: p_esc_record => l_esc_record,

Line 2278: jtf_ec_cuhk.Update_Escalation_Post(

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,
2282: p_esc_record => l_esc_record,

Line 2403: jtf_ec_cuhk.Delete_Escalation_Pre(

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,
2406: p_object_version => l_object_version_number,
2407: x_return_status => l_return_status,

Line 2535: jtf_ec_cuhk.Delete_Escalation_Post(

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,
2538: p_object_version => l_object_version_number,
2539: x_return_status => l_return_status,