DBA Data[Home] [Help]

APPS.JTF_EC_PUB dependencies on JTF_EC_VUHK

Line 649: jtf_ec_vuhk.Create_Escalation_Pre(

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

Line 1105: jtf_ec_vuhk.Create_Escalation_Post(

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

Line 1324: jtf_ec_vuhk.Update_Escalation_Pre(

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,
1327: p_object_version => l_object_version_number,
1328: p_esc_record => l_esc_record,

Line 2253: jtf_ec_vuhk.Update_Escalation_Post(

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,
2256: p_object_version => l_object_version_number,
2257: p_esc_record => l_esc_record,

Line 2423: jtf_ec_vuhk.Delete_Escalation_Pre(

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,
2426: p_object_version => l_object_version_number,
2427: x_return_status => l_return_status,

Line 2513: jtf_ec_vuhk.Delete_Escalation_Post(

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,
2516: p_object_version => l_object_version_number,
2517: x_return_status => l_return_status,