DBA Data[Home] [Help]

APPS.PON_AUCTION_CREATE_PO_PKG dependencies on PON_WF_UTL_PKG

Line 1446: x_award_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1442: avalue => p_organization_name);
1443:
1444: -- call to notification utility package to get the redirect page url that
1445: -- is responsible for getting the Award Summary url and forward to it.
1446: x_award_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1447: p_dest_func => 'PON_AWARD_SUMM'
1448: ,p_notif_performer => 'BUYER');
1449:
1450: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 1459: x_po_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1455:
1456: -- call to notification utility package to get the redirect page url that
1457: -- is responsible for getting the purchase order summary url and forward to it.
1458:
1459: x_po_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1460: p_dest_func => 'PON_PO_SUMMARY'
1461: ,p_notif_performer => 'BUYER');
1462:
1463:

Line 1472: x_alloc_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1468:
1469:
1470: -- call to notification utility package to get the redirect page url that
1471: -- is responsible for getting the Allocate Summary url and forward to it.
1472: x_alloc_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1473: p_dest_func => 'PONCPOSUM_ALLOCSUMMARY'
1474: ,p_notif_performer => 'BUYER');
1475:
1476:

Line 1486: x_alloc_byitem_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1482:
1483: -- call to notification utility package to get the redirect page url that
1484: -- is responsible for getting the Allocate by Item url and forward to it.
1485:
1486: x_alloc_byitem_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1487: p_dest_func => 'PONCPOABI_ALLOCATEBYITEM'
1488: ,p_notif_performer => 'BUYER');
1489:
1490: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 1582: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype

1578: aname => 'DOC_NUMBER',
1579: avalue => x_doc_number_dsp);
1580:
1581: -- Setting workflow message header attributes
1582: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype
1583: ,p_itemkey => x_itemkey
1584: ,p_auction_tp_name => p_trading_partner_name
1585: ,p_auction_title => p_auction_title
1586: ,p_document_number => x_doc_number_dsp