DBA Data[Home] [Help]

APPS.PON_SOURCING_OPENAPI_GRP dependencies on PON_WF_UTL_PKG

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

3242: 'This is a concurrent program; Entered the procedure');
3243: end if;
3244:
3245: --set the message_suffix
3246: IF (g_header_rec.neg_type = PON_WF_UTL_PKG.SRC_AUCTION) THEN
3247: --if it is an auction then the suffix is _B
3248: l_message_suffix := 'B';
3249: ELSE
3250: --it is an RFQ

Line 3314: PON_WF_UTL_PKG.ReportConcProgramStatus (

3310: 'pon.plsql.pon_sourcing_openapi_grp.pon_reneg_super_large_neg',
3311: 'Notifying SUCCESS');
3312: end if;
3313:
3314: PON_WF_UTL_PKG.ReportConcProgramStatus (
3315: p_request_id => l_request_id,
3316: p_messagetype => 'S',
3317: p_RecepientUsername => p_user_name,
3318: p_recepientType => 'BUYER',

Line 3354: PON_WF_UTL_PKG.ReportConcProgramStatus (

3350:
3351: END IF;
3352:
3353: IF (RETCODE <> '0') THEN
3354: PON_WF_UTL_PKG.ReportConcProgramStatus (
3355: p_request_id => l_request_id,
3356: p_messagetype => 'E',
3357: p_RecepientUsername => p_user_name,
3358: p_recepientType => 'BUYER',

Line 3384: PON_WF_UTL_PKG.ReportConcProgramStatus (

3380: rollback;
3381:
3382: --report error to the user
3383:
3384: PON_WF_UTL_PKG.ReportConcProgramStatus (
3385: p_request_id => l_request_id,
3386: p_messagetype => 'E',
3387: p_RecepientUsername => p_user_name,
3388: p_recepientType => 'BUYER',