DBA Data[Home] [Help]

APPS.PON_AUCTION_APPROVAL_PKG dependencies on PON_WF_UTL_PKG

Line 528: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => l_itemType

524: process => 'SOURCINGAPPROVAL');
525:
526:
527: -- call to notification utility package to set the message header common attributes and #from_role
528: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => l_itemType
529: ,p_itemkey => l_itemKey
530: ,p_auction_tp_name => l_trading_partner_name
531: ,p_auction_title => l_auction_title
532: ,p_document_number => l_doc_number

Line 539: l_review_changes_url := pon_wf_utl_pkg.get_dest_page_url (

535:
536:
537: -- call to notification utility package to get the redirect page url that
538: -- is responsible for getting the Review and Submit page url and forward to it.
539: l_review_changes_url := pon_wf_utl_pkg.get_dest_page_url (
540: p_dest_func => 'PON_NEG_CRT_HEADER'
541: ,p_notif_performer => 'BUYER');
542:
543: /* For federal CLM Sol. Amendments project.

Line 548: l_manage_draft_url := pon_wf_utl_pkg.get_dest_page_url (p_dest_func => 'PON_MANAGE_DRAFT_NEG',

544: * Set the manage drafts page url to forward in case of
545: * 1. Federal conformed document created with errors
546: * 2. Super large neg.
547: */
548: l_manage_draft_url := pon_wf_utl_pkg.get_dest_page_url (p_dest_func => 'PON_MANAGE_DRAFT_NEG',
549: p_notif_performer => 'BUYER');
550: wf_engine.SetItemAttrText (itemtype => l_itemType,
551: itemkey => l_itemKey,
552: aname => 'MAN_DRAFT_NEG_URL',

Line 1147: l_review_changes_url := pon_wf_utl_pkg.get_dest_page_url (

1143: itemkey => l_itemKey,
1144: aname => 'DOC_AMENDMENT_NUMBER',
1145: avalue => l_amendment_number);
1146:
1147: l_review_changes_url := pon_wf_utl_pkg.get_dest_page_url (
1148: p_dest_func => 'PON_NEG_CRT_HEADER'
1149: ,p_notif_performer => 'BUYER');
1150:
1151: --Bug 11898698

Line 2420: /*pon_wf_utl_pkg.get_dest_page_url (

2416: */
2417:
2418: l_review_emd_changes_url := Get_Emd_Update_Url (l_auction_header_id ); --FOR ERIC TEST ONLY
2419:
2420: /*pon_wf_utl_pkg.get_dest_page_url (
2421: p_dest_func => 'PON_NEG_CRT_HEADER'
2422: ,p_notif_performer => 'BUYER');*/
2423:
2424:

Line 2431: l_review_changes_url := pon_wf_utl_pkg.get_dest_page_url (

2427: , aname => 'REVIEW_EMD_CHANGES_URL'
2428: , avalue => l_review_emd_changes_url);
2429:
2430:
2431: l_review_changes_url := pon_wf_utl_pkg.get_dest_page_url (
2432: p_dest_func => 'PON_NEG_CRT_HEADER'
2433: ,p_notif_performer => 'BUYER');
2434:
2435: wf_engine.SetItemAttrText (itemtype => l_itemType,