DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on PA_CI_IMPACTS_PUB

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

698: (p_ci_id => p_ci_id,
699: p_impact_type_code => 'SUPPLIER') ) THEN
700:
701: IF l_debug_mode = 'Y' THEN
702: print_msg('Calling PA_CI_IMPACTS_pub.create_ci_impact Api');
703: End If;
704:
705: PA_CI_IMPACTS_pub.create_ci_impact(
706: p_ci_id => p_ci_id,

Line 705: PA_CI_IMPACTS_pub.create_ci_impact(

701: IF l_debug_mode = 'Y' THEN
702: print_msg('Calling PA_CI_IMPACTS_pub.create_ci_impact Api');
703: End If;
704:
705: PA_CI_IMPACTS_pub.create_ci_impact(
706: p_ci_id => p_ci_id,
707: p_impact_type_code => 'SUPPLIER',
708: p_status_code => 'CI_IMPACT_PENDING',
709: p_commit => 'F',

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

794: IF ( NOT pa_ci_impacts_util.is_impact_exist
795: (p_ci_id => p_ci_id,
796: p_impact_type_code => 'SUPPLIER') ) THEN
797: IF l_debug_mode = 'Y' THEN
798: print_msg('Calling PA_CI_IMPACTS_pub.create_ci_impact in Update');
799: End If;
800:
801: PA_CI_IMPACTS_pub.create_ci_impact(
802: p_ci_id => p_ci_id,

Line 801: PA_CI_IMPACTS_pub.create_ci_impact(

797: IF l_debug_mode = 'Y' THEN
798: print_msg('Calling PA_CI_IMPACTS_pub.create_ci_impact in Update');
799: End If;
800:
801: PA_CI_IMPACTS_pub.create_ci_impact(
802: p_ci_id => p_ci_id,
803: p_impact_type_code => 'SUPPLIER',
804: p_status_code => 'CI_IMPACT_PENDING',
805: p_commit => 'F',