DBA Data[Home] [Help]

APPS.PON_AUCTION_APPROVAL_PKG dependencies on PON_WF_UTL_PKG

Line 362: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => l_itemType

358: process => 'SOURCINGAPPROVAL');
359:
360:
361: -- call to notification utility package to set the message header common attributes and #from_role
362: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => l_itemType
363: ,p_itemkey => l_itemKey
364: ,p_auction_tp_name => l_trading_partner_name
365: ,p_auction_title => l_auction_title
366: ,p_document_number => l_doc_number

Line 373: l_review_changes_url := pon_wf_utl_pkg.get_dest_page_url (

369:
370:
371: -- call to notification utility package to get the redirect page url that
372: -- is responsible for getting the Review and Submit page url and forward to it.
373: l_review_changes_url := pon_wf_utl_pkg.get_dest_page_url (
374: p_dest_func => 'PON_NEG_CRT_HEADER'
375: ,p_notif_performer => 'BUYER');
376:
377:

Line 914: l_review_changes_url := pon_wf_utl_pkg.get_dest_page_url (

910: itemkey => l_itemKey,
911: aname => 'DOC_AMENDMENT_NUMBER',
912: avalue => l_amendment_number);
913:
914: l_review_changes_url := pon_wf_utl_pkg.get_dest_page_url (
915: p_dest_func => 'PON_NEG_CRT_HEADER'
916: ,p_notif_performer => 'BUYER');
917:
918: wf_engine.SetItemAttrText (itemtype => l_itemType,