DBA Data[Home] [Help]

APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PON_WF_UTL_PKG

Line 1371: x_award_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1367: avalue => p_organization_name);
1368:
1369: -- call to notification utility package to get the redirect page url that
1370: -- is responsible for getting the Award Summary url and forward to it.
1371: x_award_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1372: p_dest_func => 'PON_AWARD_SUMM'
1373: ,p_notif_performer => 'BUYER');
1374:
1375: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 1384: x_po_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1380:
1381: -- call to notification utility package to get the redirect page url that
1382: -- is responsible for getting the purchase order summary url and forward to it.
1383:
1384: x_po_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1385: p_dest_func => 'PON_PO_SUMMARY'
1386: ,p_notif_performer => 'BUYER');
1387:
1388:

Line 1397: x_alloc_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1393:
1394:
1395: -- call to notification utility package to get the redirect page url that
1396: -- is responsible for getting the Allocate Summary url and forward to it.
1397: x_alloc_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1398: p_dest_func => 'PONCPOSUM_ALLOCSUMMARY'
1399: ,p_notif_performer => 'BUYER');
1400:
1401:

Line 1411: x_alloc_byitem_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1407:
1408: -- call to notification utility package to get the redirect page url that
1409: -- is responsible for getting the Allocate by Item url and forward to it.
1410:
1411: x_alloc_byitem_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1412: p_dest_func => 'PONCPOABI_ALLOCATEBYITEM'
1413: ,p_notif_performer => 'BUYER');
1414:
1415: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 1501: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype

1497: aname => 'DOC_NUMBER',
1498: avalue => x_doc_number_dsp);
1499:
1500: -- Setting workflow message header attributes
1501: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype
1502: ,p_itemkey => x_itemkey
1503: ,p_auction_tp_name => p_trading_partner_name
1504: ,p_auction_title => p_auction_title
1505: ,p_document_number => x_doc_number_dsp