DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_WF_UTL_PKG

Line 2747: IF (g_header_rec.neg_type = PON_WF_UTL_PKG.SRC_AUCTION) THEN

2743: 'This is a concurrent program; Entered the procedure');
2744: end if;
2745:
2746: --set the message_suffix
2747: IF (g_header_rec.neg_type = PON_WF_UTL_PKG.SRC_AUCTION) THEN
2748: --if it is an auction then the suffix is _B
2749: l_message_suffix := 'B';
2750: ELSE
2751: --it is an RFQ

Line 2815: PON_WF_UTL_PKG.ReportConcProgramStatus (

2811: 'pon.plsql.pon_sourcing_openapi_grp.pon_reneg_super_large_neg',
2812: 'Notifying SUCCESS');
2813: end if;
2814:
2815: PON_WF_UTL_PKG.ReportConcProgramStatus (
2816: p_request_id => l_request_id,
2817: p_messagetype => 'S',
2818: p_RecepientUsername => p_user_name,
2819: p_recepientType => 'BUYER',

Line 2855: PON_WF_UTL_PKG.ReportConcProgramStatus (

2851:
2852: END IF;
2853:
2854: IF (RETCODE <> '0') THEN
2855: PON_WF_UTL_PKG.ReportConcProgramStatus (
2856: p_request_id => l_request_id,
2857: p_messagetype => 'E',
2858: p_RecepientUsername => p_user_name,
2859: p_recepientType => 'BUYER',

Line 2885: PON_WF_UTL_PKG.ReportConcProgramStatus (

2881: rollback;
2882:
2883: --report error to the user
2884:
2885: PON_WF_UTL_PKG.ReportConcProgramStatus (
2886: p_request_id => l_request_id,
2887: p_messagetype => 'E',
2888: p_RecepientUsername => p_user_name,
2889: p_recepientType => 'BUYER',