DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on PA_CI_IMPACTS_PUB

Line 990: print_msg('Calling PA_CI_IMPACTS_pub.create_ci_impact Api');

986: (p_ci_id => p_ci_id,
987: p_impact_type_code => 'SUPPLIER') ) THEN
988:
989: IF l_debug_mode = 'Y' THEN
990: print_msg('Calling PA_CI_IMPACTS_pub.create_ci_impact Api');
991: End If;
992:
993: PA_CI_IMPACTS_pub.create_ci_impact(
994: p_ci_id => p_ci_id,

Line 993: PA_CI_IMPACTS_pub.create_ci_impact(

989: IF l_debug_mode = 'Y' THEN
990: print_msg('Calling PA_CI_IMPACTS_pub.create_ci_impact Api');
991: End If;
992:
993: PA_CI_IMPACTS_pub.create_ci_impact(
994: p_ci_id => p_ci_id,
995: p_impact_type_code => 'SUPPLIER',
996: p_status_code => 'CI_IMPACT_PENDING',
997: p_commit => 'F',

Line 1193: print_msg('Calling PA_CI_IMPACTS_pub.create_ci_impact in Update');

1189: IF ( NOT pa_ci_impacts_util.is_impact_exist
1190: (p_ci_id => p_ci_id,
1191: p_impact_type_code => 'SUPPLIER') ) THEN
1192: IF l_debug_mode = 'Y' THEN
1193: print_msg('Calling PA_CI_IMPACTS_pub.create_ci_impact in Update');
1194: End If;
1195:
1196: PA_CI_IMPACTS_pub.create_ci_impact(
1197: p_ci_id => p_ci_id,

Line 1196: PA_CI_IMPACTS_pub.create_ci_impact(

1192: IF l_debug_mode = 'Y' THEN
1193: print_msg('Calling PA_CI_IMPACTS_pub.create_ci_impact in Update');
1194: End If;
1195:
1196: PA_CI_IMPACTS_pub.create_ci_impact(
1197: p_ci_id => p_ci_id,
1198: p_impact_type_code => 'SUPPLIER',
1199: p_status_code => 'CI_IMPACT_PENDING',
1200: p_commit => 'F',