DBA Data[Home] [Help]

APPS.PA_LIFECYCLES_PUB dependencies on PA_EGO_WRAPPER_PUB

Line 702: PA_EGO_WRAPPER_PUB.check_delete_lifecycle_ok(

698: END IF;
699:
700: IF(l_product_usage_exists = 'Y') then
701:
702: PA_EGO_WRAPPER_PUB.check_delete_lifecycle_ok(
703: p_api_version => P_api_version ,
704: p_lifecycle_id => p_lifecycle_id ,
705: p_init_msg_list => p_init_msg_list ,
706: x_delete_ok => l_del_lifecycle_ok ,

Line 789: PA_EGO_WRAPPER_PUB.delete_stale_data_for_lc(

785:
786:
787: IF(l_product_usage_exists = 'Y') then
788:
789: PA_EGO_WRAPPER_PUB.delete_stale_data_for_lc(
790: p_api_version => P_api_version ,
791: p_lifecycle_id => p_lifecycle_id ,
792: p_init_msg_list => p_init_msg_list ,
793: p_commit => p_commit ,

Line 1074: pa_debug.debug('PA_EGO_WRAPPER_PUB.check_delete_phase_ok : Before call to private API check_delete_lcyl_phase_ok');

1070:
1071: IF(l_product_usage_exists = 'Y') then
1072:
1073: IF(p_debug_mode = 'Y') THEN
1074: pa_debug.debug('PA_EGO_WRAPPER_PUB.check_delete_phase_ok : Before call to private API check_delete_lcyl_phase_ok');
1075: END IF;
1076:
1077: PA_EGO_WRAPPER_PUB.check_delete_phase_ok (
1078: p_api_version => P_api_version ,

Line 1077: PA_EGO_WRAPPER_PUB.check_delete_phase_ok (

1073: IF(p_debug_mode = 'Y') THEN
1074: pa_debug.debug('PA_EGO_WRAPPER_PUB.check_delete_phase_ok : Before call to private API check_delete_lcyl_phase_ok');
1075: END IF;
1076:
1077: PA_EGO_WRAPPER_PUB.check_delete_phase_ok (
1078: p_api_version => P_api_version ,
1079: p_phase_id => p_phase_id ,
1080: p_init_msg_list => p_init_msg_list ,
1081: x_delete_ok => l_del_phase_ok ,

Line 1117: PA_EGO_WRAPPER_PUB.process_phase_delete(

1113: END IF;
1114:
1115:
1116: IF(l_product_usage_exists = 'Y') then
1117: PA_EGO_WRAPPER_PUB.process_phase_delete(
1118: p_api_version => P_api_version ,
1119: p_phase_id => p_phase_id ,
1120: p_init_msg_list => p_init_msg_list ,
1121: p_commit => p_commit ,