DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on PON_WF_UTL_PKG

Line 447: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

443:
444: wf_engine.SetItemAttrText (itemtype => x_itemtype,
445: itemkey => x_itemkey,
446: aname => '#WFM_HTMLAGENT',
447: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
448: exception when others then
449: null;
450: end;
451:

Line 745: x_net_changes_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

741: --logged in user will be able to login to the application in the language that is set in his preferences.
742: if (x_amendment_number > 0) then
743: -- call to notification utility package to get the redirect page url that
744: -- is responsible for getting the Net Changes page url and forward to it.
745: x_net_changes_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
746: p_dest_func => 'PONINQ_VIEW_NET_CHNG'
747: ,p_notif_performer => 'SUPPLIER');
748: elsif (x_auction_round_number > 1 and x_amendment_number = 0) then
749: -- call to notification utility package to get the redirect page url that

Line 751: x_net_changes_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

747: ,p_notif_performer => 'SUPPLIER');
748: elsif (x_auction_round_number > 1 and x_amendment_number = 0) then
749: -- call to notification utility package to get the redirect page url that
750: -- is responsible for getting the Round Modifications page url and forward to it.
751: x_net_changes_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
752: p_dest_func => 'PONINQ_NEW_ROUND_SUM'
753: ,p_notif_performer => 'SUPPLIER');
754: end if;
755:

Line 766: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

762: --logged in user will be able to login to the application in the language that is set in his preferences.
763:
764: -- call to notification utility package to get the redirect page url that
765: -- is responsible for getting the Negotiation Summary url and forward to it.
766: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
767: p_dest_func => 'PON_NEG_SUMMARY'
768: ,p_notif_performer => 'SUPPLIER');
769:
770:

Line 781: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

777: --logged in user will be able to login to the application in the language that is set in his preferences.
778:
779: -- call to notification utility package to get the redirect page url that
780: -- is responsible for getting the Acknowledge participation url and forward to it.
781: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
782: p_dest_func => 'PONRESAPN_ACKPARTICIPATN'
783: ,p_notif_performer => 'SUPPLIER');
784:
785: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 908: x_isp_supplier_register_url := pon_wf_utl_pkg.get_isp_supplier_register_url(p_registration_key => x_registration_key

904: x_registration_key := '';
905: end;
906:
907: -- call to notification utility package to get the iSupplier registration page url
908: x_isp_supplier_register_url := pon_wf_utl_pkg.get_isp_supplier_register_url(p_registration_key => x_registration_key
909: ,p_language_code => x_language_code);
910:
911: wf_engine.SetItemAttrText (itemtype => x_itemtype,
912: itemkey => x_itemkey,

Line 1596: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype

1592: aname => 'NUMBER_OF_ITEMS',
1593: avalue => p_number_of_items);
1594:
1595: -- call to notification utility package to set the message header common attributes and #from_role
1596: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype
1597: ,p_itemkey => x_itemkey
1598: ,p_auction_tp_name => p_trading_partner_name
1599: ,p_auction_title => p_auction_title
1600: ,p_document_number => x_doc_number_dsp

Line 1757: x_neg_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1753: x_msg_suffix := GET_MESSAGE_SUFFIX (x_doctype_group_name);
1754:
1755: -- call to notification utility package to get the redirect page url that
1756: -- is responsible for getting the Negotiation Summary url and forward to it.
1757: x_neg_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1758: p_dest_func => 'PON_NEG_SUMMARY'
1759: ,p_notif_performer => 'BUYER');
1760:
1761: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 1771: x_net_changes_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1767:
1768: if (x_amendment_number > 0) then
1769: -- call to notification utility package to get the redirect page url that
1770: -- is responsible for getting the Net Changes page url and forward to it.
1771: x_net_changes_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1772: p_dest_func => 'PONINQ_VIEW_NET_CHNG'
1773: ,p_notif_performer => 'BUYER');
1774: elsif (x_auction_round_number > 1 and x_amendment_number = 0) then
1775: -- call to notification utility package to get the redirect page url that

Line 1777: x_net_changes_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1773: ,p_notif_performer => 'BUYER');
1774: elsif (x_auction_round_number > 1 and x_amendment_number = 0) then
1775: -- call to notification utility package to get the redirect page url that
1776: -- is responsible for getting the Round Modifications page url and forward to it.
1777: x_net_changes_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1778: p_dest_func => 'PONINQ_NEW_ROUND_SUM'
1779: ,p_notif_performer => 'BUYER');
1780: end if;
1781:

Line 2246: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

2242: BEGIN
2243: wf_engine.SetItemAttrText(itemtype => x_itemtype,
2244: itemkey => x_itemkey,
2245: aname => '#WFM_HTMLAGENT',
2246: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
2247: EXCEPTION
2248: WHEN OTHERS THEN
2249: NULL;
2250: END;

Line 2406: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype

2402:
2403:
2404:
2405: -- call to notification utility package to set the message header common attributes and #from_role
2406: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype
2407: ,p_itemkey => x_itemkey
2408: ,p_auction_tp_name => x_auction_tp_name
2409: ,p_auction_title => p_auction_title
2410: ,p_document_number => p_doc_number_dsp

Line 2416: p_view_quote_url := pon_wf_utl_pkg.get_dest_page_url (

2412: );
2413:
2414: -- call to notification utility package to get the redirect page url that
2415: -- is responsible for getting the View Quote url and forward to it.
2416: p_view_quote_url := pon_wf_utl_pkg.get_dest_page_url (
2417: p_dest_func => 'PONRESENQ_VIEWBID'
2418: ,p_notif_performer => 'SUPPLIER');
2419:
2420: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 2791: x_view_quote_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

2787:
2788:
2789: -- call to notification utility package to get the redirect page url that
2790: -- is responsible for getting the View Quote url and forward to it.
2791: x_view_quote_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
2792: p_dest_func => 'PONRESENQ_VIEWBID'
2793: ,p_notif_performer => 'SUPPLIER');
2794:
2795: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 2835: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

2831: BEGIN
2832: wf_engine.SetItemAttrText(itemtype => x_itemtype,
2833: itemkey => x_itemkey,
2834: aname => '#WFM_HTMLAGENT',
2835: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
2836: EXCEPTION
2837: WHEN OTHERS THEN
2838: NULL;
2839: END;

Line 3054: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype

3050:
3051: x_progress := '027';
3052:
3053: -- call to notification utility package to set the message header common attributes and #from_role
3054: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype
3055: ,p_itemkey => x_itemkey
3056: ,p_auction_tp_name => p_auction_tp_name
3057: ,p_auction_title => p_auction_title
3058: ,p_document_number => x_doc_number_dsp

Line 3432: wf_Notification.setAttrText(x_nid,'#WFM_HTMLAGENT', pon_wf_utl_pkg.get_base_external_supplier_url);

3428: END IF;
3429: wf_Notification.setAttrText(x_nid, 'STAGGERED_CLOSE_NOTE', x_staggered_close_note);
3430:
3431: BEGIN
3432: wf_Notification.setAttrText(x_nid,'#WFM_HTMLAGENT', pon_wf_utl_pkg.get_base_external_supplier_url);
3433: EXCEPTION
3434: WHEN OTHERS THEN
3435: NULL;
3436: END;

Line 3455: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

3451: aname => 'AUCTION_ID_ENCRYPTED');
3452:
3453: -- call to notification utility package to get the redirect page url that
3454: -- is responsible for getting the Negotiation Summary url and forward to it.
3455: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
3456: p_dest_func => 'PON_NEG_SUMMARY'
3457: ,p_notif_performer => 'SUPPLIER');
3458:
3459: -- auctioneer extends the auction

Line 3925: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

3921:
3922: wf_engine.SetItemAttrText (itemtype => x_itemtype,
3923: itemkey => x_itemkey,
3924: aname => '#WFM_HTMLAGENT',
3925: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
3926: exception when others then
3927: null;
3928: end;
3929:

Line 7095: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

7091:
7092: wf_engine.SetItemAttrText (itemtype => x_itemtype,
7093: itemkey => x_itemkey,
7094: aname => '#WFM_HTMLAGENT',
7095: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
7096: exception when others then
7097: null;
7098: end;
7099:

Line 7542: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

7538: avalue => x_vendor_site_id);
7539:
7540: -- call to notification utility package to get the redirect page url that
7541: -- is responsible for getting the Negotiation Summary url and forward to it.
7542: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
7543: p_dest_func => 'PON_NEG_SUMMARY'
7544: ,p_notif_performer => 'SUPPLIER');
7545: --Bug 11898698
7546: --Modifying the language_code in the URL with that of the recipient

Line 7559: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

7555: begin
7556: wf_engine.SetItemAttrText (itemtype => t_itemtype,
7557: itemkey => t_itemkey,
7558: aname => '#WFM_HTMLAGENT',
7559: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
7560: exception
7561: when others then
7562: null;
7563: end;

Line 7707: x_isp_supplier_register_url := pon_wf_utl_pkg.get_isp_supplier_register_url(p_registration_key => x_registration_key

7703: x_registration_key := '';
7704: end;
7705:
7706: -- call to notification utility package to get the iSupplier registration page url
7707: x_isp_supplier_register_url := pon_wf_utl_pkg.get_isp_supplier_register_url(p_registration_key => x_registration_key
7708: ,p_language_code => x_language_code);
7709:
7710:
7711: wf_engine.SetItemAttrText (itemtype => t_itemtype,

Line 7718: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

7714: avalue => x_isp_supplier_register_url);
7715:
7716: -- call to notification utility package to get the redirect page url that
7717: -- is responsible for getting the Acknowledge participation url and forward to it.
7718: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
7719: p_dest_func => 'PONRESAPN_ACKPARTICIPATN'
7720: ,p_notif_performer => 'SUPPLIER');
7721:
7722: wf_engine.SetItemAttrText (itemtype => t_itemtype,

Line 7792: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

7788: itemkey => t_itemkey,
7789: aname => 'REQ_SUPPLIER_USERNAME',
7790: avalue => x_rs_user_name); --(performer)
7791:
7792: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
7793: p_dest_func => 'PONRESAPN_ACKPARTICIPATN'
7794: ,p_notif_performer => 'SUPPLIER');
7795:
7796: wf_engine.SetItemAttrText (itemtype => t_itemtype,

Line 9415: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

9411: avalue => x_newstarttime);
9412:
9413: -- call to notification utility package to get the redirect page url that
9414: -- is responsible for getting the Neg. Summary url and forward to it.
9415: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
9416: p_dest_func => 'PON_NEG_SUMMARY'
9417: ,p_notif_performer => 'SUPPLIER');
9418:
9419: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 9426: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

9422: avalue => x_neg_summary_url_supplier);
9423:
9424: -- call to notification utility package to get the redirect page url that
9425: -- is responsible for getting the Acknowledge participation url and forward to it.
9426: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
9427: p_dest_func => 'PONRESAPN_ACKPARTICIPATN'
9428: ,p_notif_performer => 'SUPPLIER');
9429:
9430: begin

Line 9434: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

9430: begin
9431: wf_engine.SetItemAttrText (itemtype => x_itemtype,
9432: itemkey => x_itemkey,
9433: aname => '#WFM_HTMLAGENT',
9434: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
9435: exception
9436: when others then
9437: null;
9438: end;

Line 9513: x_isp_supplier_register_url := pon_wf_utl_pkg.get_isp_supplier_register_url(p_registration_key => x_registration_key

9509: end;
9510:
9511:
9512: -- call to notification utility package to get the iSupplier registration page url
9513: x_isp_supplier_register_url := pon_wf_utl_pkg.get_isp_supplier_register_url(p_registration_key => x_registration_key
9514: ,p_language_code => x_language_code);
9515:
9516: wf_engine.SetItemAttrText (itemtype => x_itemtype,
9517: itemkey => x_itemkey,

Line 11598: l_response_url := pon_wf_utl_pkg.get_dest_page_url (p_dest_func => 'PONRESENQ_VIEWBID'

11594:
11595: l_itemtype := 'PONAUCT';
11596: l_itemkey := p_bid_number ||'-'|| l_bidder_tpc_id;
11597:
11598: l_response_url := pon_wf_utl_pkg.get_dest_page_url (p_dest_func => 'PONRESENQ_VIEWBID'
11599: ,p_notif_performer => 'BUYER');
11600:
11601: l_response_type_name := PON_AUCTION_PKG.getMessage( msg => 'PON_AUCTS_BID',
11602: msg_suffix => '_'||l_msg_suffix);

Line 12413: -- of PON_WF_UTL_PKG. It will call the procedure GET_NOTIF_PREFERENCE with

12409: /*=========================================================================+
12410: --
12411: -- 12.0 Enhancement
12412: -- IS_NOTIF_SUBSCRIBED is a wrapper over the GET_NOTIF_PREFERENCE
12413: -- of PON_WF_UTL_PKG. It will call the procedure GET_NOTIF_PREFERENCE with
12414: -- appropriate message type and auction header id.
12415: --
12416: -- Parameter :
12417: -- itemtype IN VARCHAR2

Line 12557: resultout := PON_WF_UTL_PKG.GET_NOTIF_PREFERENCE(l_wf_message_name,l_negotiation_id);

12553:
12554: END IF;
12555: -- End Bug 8992789
12556:
12557: resultout := PON_WF_UTL_PKG.GET_NOTIF_PREFERENCE(l_wf_message_name,l_negotiation_id);
12558:
12559: EXCEPTION --}
12560: WHEN OTHERS THEN
12561: resultout := PON_WF_UTL_PKG.G_NO;

Line 12561: resultout := PON_WF_UTL_PKG.G_NO;

12557: resultout := PON_WF_UTL_PKG.GET_NOTIF_PREFERENCE(l_wf_message_name,l_negotiation_id);
12558:
12559: EXCEPTION --}
12560: WHEN OTHERS THEN
12561: resultout := PON_WF_UTL_PKG.G_NO;
12562: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
12563: FND_LOG.string (log_level => FND_LOG.level_procedure,
12564: module => g_module || l_module_name,
12565: message => 'Exception Block ' || g_module || l_module_name

Line 12802: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_internal_buyer_url;

12798: message => 'Fetched the Formatted To Name:'|| l_recipient_name ||' , '||'and From Name:'|| l_sender_name);
12799: END IF;
12800:
12801: IF p_notif_performer = 'BUYER' THEN
12802: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_internal_buyer_url;
12803: ELSE
12804: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_external_supplier_url;
12805: END IF;
12806:

Line 12804: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_external_supplier_url;

12800:
12801: IF p_notif_performer = 'BUYER' THEN
12802: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_internal_buyer_url;
12803: ELSE
12804: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_external_supplier_url;
12805: END IF;
12806:
12807: l_page_url := pon_wf_utl_pkg.get_dest_page_url (p_dest_func => 'PON_VIEW_MESSAGE_DETAILS'
12808: ,p_notif_performer => p_notif_performer);

Line 12807: l_page_url := pon_wf_utl_pkg.get_dest_page_url (p_dest_func => 'PON_VIEW_MESSAGE_DETAILS'

12803: ELSE
12804: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_external_supplier_url;
12805: END IF;
12806:
12807: l_page_url := pon_wf_utl_pkg.get_dest_page_url (p_dest_func => 'PON_VIEW_MESSAGE_DETAILS'
12808: ,p_notif_performer => p_notif_performer);
12809:
12810: --
12811: -- Stagger Closing Note is to be shown for ONLY Supplier