DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on PON_WF_UTL_PKG

Line 424: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

420:
421: wf_engine.SetItemAttrText (itemtype => x_itemtype,
422: itemkey => x_itemkey,
423: aname => '#WFM_HTMLAGENT',
424: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
425: exception when others then
426: null;
427: end;
428:

Line 722: x_net_changes_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

718: --logged in user will be able to login to the application in the language that is set in his preferences.
719: if (x_amendment_number > 0) then
720: -- call to notification utility package to get the redirect page url that
721: -- is responsible for getting the Net Changes page url and forward to it.
722: x_net_changes_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
723: p_dest_func => 'PONINQ_VIEW_NET_CHNG'
724: ,p_notif_performer => 'SUPPLIER');
725: elsif (x_auction_round_number > 1 and x_amendment_number = 0) then
726: -- call to notification utility package to get the redirect page url that

Line 728: x_net_changes_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

724: ,p_notif_performer => 'SUPPLIER');
725: elsif (x_auction_round_number > 1 and x_amendment_number = 0) then
726: -- call to notification utility package to get the redirect page url that
727: -- is responsible for getting the Round Modifications page url and forward to it.
728: x_net_changes_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
729: p_dest_func => 'PONINQ_NEW_ROUND_SUM'
730: ,p_notif_performer => 'SUPPLIER');
731: end if;
732:

Line 743: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

739: --logged in user will be able to login to the application in the language that is set in his preferences.
740:
741: -- call to notification utility package to get the redirect page url that
742: -- is responsible for getting the Negotiation Summary url and forward to it.
743: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
744: p_dest_func => 'PON_NEG_SUMMARY'
745: ,p_notif_performer => 'SUPPLIER');
746:
747:

Line 758: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

754: --logged in user will be able to login to the application in the language that is set in his preferences.
755:
756: -- call to notification utility package to get the redirect page url that
757: -- is responsible for getting the Acknowledge participation url and forward to it.
758: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
759: p_dest_func => 'PONRESAPN_ACKPARTICIPATN'
760: ,p_notif_performer => 'SUPPLIER');
761:
762: wf_engine.SetItemAttrText (itemtype => x_itemtype,

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

849: x_registration_key := '';
850: end;
851:
852: -- call to notification utility package to get the iSupplier registration page url
853: x_isp_supplier_register_url := pon_wf_utl_pkg.get_isp_supplier_register_url(p_registration_key => x_registration_key
854: ,p_language_code => x_language_code);
855:
856: wf_engine.SetItemAttrText (itemtype => x_itemtype,
857: itemkey => x_itemkey,

Line 1151: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype

1147: aname => 'NUMBER_OF_ITEMS',
1148: avalue => p_number_of_items);
1149:
1150: -- call to notification utility package to set the message header common attributes and #from_role
1151: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype
1152: ,p_itemkey => x_itemkey
1153: ,p_auction_tp_name => p_trading_partner_name
1154: ,p_auction_title => p_auction_title
1155: ,p_document_number => x_doc_number_dsp

Line 1312: x_neg_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1308: x_msg_suffix := GET_MESSAGE_SUFFIX (x_doctype_group_name);
1309:
1310: -- call to notification utility package to get the redirect page url that
1311: -- is responsible for getting the Negotiation Summary url and forward to it.
1312: x_neg_summary_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1313: p_dest_func => 'PON_NEG_SUMMARY'
1314: ,p_notif_performer => 'BUYER');
1315:
1316: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 1326: x_net_changes_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1322:
1323: if (x_amendment_number > 0) then
1324: -- call to notification utility package to get the redirect page url that
1325: -- is responsible for getting the Net Changes page url and forward to it.
1326: x_net_changes_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1327: p_dest_func => 'PONINQ_VIEW_NET_CHNG'
1328: ,p_notif_performer => 'BUYER');
1329: elsif (x_auction_round_number > 1 and x_amendment_number = 0) then
1330: -- call to notification utility package to get the redirect page url that

Line 1332: x_net_changes_url_buyer := pon_wf_utl_pkg.get_dest_page_url (

1328: ,p_notif_performer => 'BUYER');
1329: elsif (x_auction_round_number > 1 and x_amendment_number = 0) then
1330: -- call to notification utility package to get the redirect page url that
1331: -- is responsible for getting the Round Modifications page url and forward to it.
1332: x_net_changes_url_buyer := pon_wf_utl_pkg.get_dest_page_url (
1333: p_dest_func => 'PONINQ_NEW_ROUND_SUM'
1334: ,p_notif_performer => 'BUYER');
1335: end if;
1336:

Line 1784: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

1780: BEGIN
1781: wf_engine.SetItemAttrText(itemtype => x_itemtype,
1782: itemkey => x_itemkey,
1783: aname => '#WFM_HTMLAGENT',
1784: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
1785: EXCEPTION
1786: WHEN OTHERS THEN
1787: NULL;
1788: END;

Line 1944: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype

1940:
1941:
1942:
1943: -- call to notification utility package to set the message header common attributes and #from_role
1944: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype
1945: ,p_itemkey => x_itemkey
1946: ,p_auction_tp_name => x_auction_tp_name
1947: ,p_auction_title => p_auction_title
1948: ,p_document_number => p_doc_number_dsp

Line 1954: p_view_quote_url := pon_wf_utl_pkg.get_dest_page_url (

1950: );
1951:
1952: -- call to notification utility package to get the redirect page url that
1953: -- is responsible for getting the View Quote url and forward to it.
1954: p_view_quote_url := pon_wf_utl_pkg.get_dest_page_url (
1955: p_dest_func => 'PONRESENQ_VIEWBID'
1956: ,p_notif_performer => 'SUPPLIER');
1957:
1958: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 2307: x_view_quote_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

2303:
2304:
2305: -- call to notification utility package to get the redirect page url that
2306: -- is responsible for getting the View Quote url and forward to it.
2307: x_view_quote_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
2308: p_dest_func => 'PONRESENQ_VIEWBID'
2309: ,p_notif_performer => 'SUPPLIER');
2310:
2311: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 2351: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

2347: BEGIN
2348: wf_engine.SetItemAttrText(itemtype => x_itemtype,
2349: itemkey => x_itemkey,
2350: aname => '#WFM_HTMLAGENT',
2351: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
2352: EXCEPTION
2353: WHEN OTHERS THEN
2354: NULL;
2355: END;

Line 2570: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype

2566:
2567: x_progress := '027';
2568:
2569: -- call to notification utility package to set the message header common attributes and #from_role
2570: pon_wf_utl_pkg.set_hdr_attributes (p_itemtype => x_itemtype
2571: ,p_itemkey => x_itemkey
2572: ,p_auction_tp_name => p_auction_tp_name
2573: ,p_auction_title => p_auction_title
2574: ,p_document_number => x_doc_number_dsp

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

2918: END IF;
2919: wf_Notification.setAttrText(x_nid, 'STAGGERED_CLOSE_NOTE', x_staggered_close_note);
2920:
2921: BEGIN
2922: wf_Notification.setAttrText(x_nid,'#WFM_HTMLAGENT', pon_wf_utl_pkg.get_base_external_supplier_url);
2923: EXCEPTION
2924: WHEN OTHERS THEN
2925: NULL;
2926: END;

Line 2945: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

2941: aname => 'AUCTION_ID_ENCRYPTED');
2942:
2943: -- call to notification utility package to get the redirect page url that
2944: -- is responsible for getting the Negotiation Summary url and forward to it.
2945: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
2946: p_dest_func => 'PON_NEG_SUMMARY'
2947: ,p_notif_performer => 'SUPPLIER');
2948:
2949: -- auctioneer extends the auction

Line 3404: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

3400:
3401: wf_engine.SetItemAttrText (itemtype => x_itemtype,
3402: itemkey => x_itemkey,
3403: aname => '#WFM_HTMLAGENT',
3404: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
3405: exception when others then
3406: null;
3407: end;
3408:

Line 6493: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

6489:
6490: wf_engine.SetItemAttrText (itemtype => x_itemtype,
6491: itemkey => x_itemkey,
6492: aname => '#WFM_HTMLAGENT',
6493: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
6494: exception when others then
6495: null;
6496: end;
6497:

Line 6908: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

6904: avalue => x_vendor_site_id);
6905:
6906: -- call to notification utility package to get the redirect page url that
6907: -- is responsible for getting the Negotiation Summary url and forward to it.
6908: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
6909: p_dest_func => 'PON_NEG_SUMMARY'
6910: ,p_notif_performer => 'SUPPLIER');
6911:
6912: wf_engine.SetItemAttrText (itemtype => t_itemtype,

Line 6921: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

6917: begin
6918: wf_engine.SetItemAttrText (itemtype => t_itemtype,
6919: itemkey => t_itemkey,
6920: aname => '#WFM_HTMLAGENT',
6921: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
6922: exception
6923: when others then
6924: null;
6925: end;

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

7065: x_registration_key := '';
7066: end;
7067:
7068: -- call to notification utility package to get the iSupplier registration page url
7069: x_isp_supplier_register_url := pon_wf_utl_pkg.get_isp_supplier_register_url(p_registration_key => x_registration_key
7070: ,p_language_code => x_language_code);
7071:
7072:
7073: wf_engine.SetItemAttrText (itemtype => t_itemtype,

Line 7080: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

7076: avalue => x_isp_supplier_register_url);
7077:
7078: -- call to notification utility package to get the redirect page url that
7079: -- is responsible for getting the Acknowledge participation url and forward to it.
7080: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
7081: p_dest_func => 'PONRESAPN_ACKPARTICIPATN'
7082: ,p_notif_performer => 'SUPPLIER');
7083:
7084: wf_engine.SetItemAttrText (itemtype => t_itemtype,

Line 7148: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

7144: itemkey => t_itemkey,
7145: aname => 'REQ_SUPPLIER_USERNAME',
7146: avalue => x_rs_user_name); --(performer)
7147:
7148: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
7149: p_dest_func => 'PONRESAPN_ACKPARTICIPATN'
7150: ,p_notif_performer => 'SUPPLIER');
7151:
7152: wf_engine.SetItemAttrText (itemtype => t_itemtype,

Line 8689: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

8685: avalue => x_newstarttime);
8686:
8687: -- call to notification utility package to get the redirect page url that
8688: -- is responsible for getting the Neg. Summary url and forward to it.
8689: x_neg_summary_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
8690: p_dest_func => 'PON_NEG_SUMMARY'
8691: ,p_notif_performer => 'SUPPLIER');
8692:
8693: wf_engine.SetItemAttrText (itemtype => x_itemtype,

Line 8700: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (

8696: avalue => x_neg_summary_url_supplier);
8697:
8698: -- call to notification utility package to get the redirect page url that
8699: -- is responsible for getting the Acknowledge participation url and forward to it.
8700: x_ack_part_url_supplier := pon_wf_utl_pkg.get_dest_page_url (
8701: p_dest_func => 'PONRESAPN_ACKPARTICIPATN'
8702: ,p_notif_performer => 'SUPPLIER');
8703:
8704: begin

Line 8708: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);

8704: begin
8705: wf_engine.SetItemAttrText (itemtype => x_itemtype,
8706: itemkey => x_itemkey,
8707: aname => '#WFM_HTMLAGENT',
8708: avalue => pon_wf_utl_pkg.get_base_external_supplier_url);
8709: exception
8710: when others then
8711: null;
8712: end;

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

8783: end;
8784:
8785:
8786: -- call to notification utility package to get the iSupplier registration page url
8787: x_isp_supplier_register_url := pon_wf_utl_pkg.get_isp_supplier_register_url(p_registration_key => x_registration_key
8788: ,p_language_code => x_language_code);
8789:
8790: wf_engine.SetItemAttrText (itemtype => x_itemtype,
8791: itemkey => x_itemkey,

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

10758:
10759: l_itemtype := 'PONAUCT';
10760: l_itemkey := p_bid_number ||'-'|| l_bidder_tpc_id;
10761:
10762: l_response_url := pon_wf_utl_pkg.get_dest_page_url (p_dest_func => 'PONRESENQ_VIEWBID'
10763: ,p_notif_performer => 'BUYER');
10764:
10765: l_response_type_name := PON_AUCTION_PKG.getMessage( msg => 'PON_AUCTS_BID',
10766: msg_suffix => '_'||l_msg_suffix);

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

11573: /*=========================================================================+
11574: --
11575: -- 12.0 Enhancement
11576: -- IS_NOTIF_SUBSCRIBED is a wrapper over the GET_NOTIF_PREFERENCE
11577: -- of PON_WF_UTL_PKG. It will call the procedure GET_NOTIF_PREFERENCE with
11578: -- appropriate message type and auction header id.
11579: --
11580: -- Parameter :
11581: -- itemtype IN VARCHAR2

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

11698: END IF;
11699:
11700: END IF; -- END of Disc. Meg Sent Block
11701:
11702: resultout := PON_WF_UTL_PKG.GET_NOTIF_PREFERENCE(l_wf_message_name,l_negotiation_id);
11703:
11704: EXCEPTION --}
11705: WHEN OTHERS THEN
11706: resultout := PON_WF_UTL_PKG.G_NO;

Line 11706: resultout := PON_WF_UTL_PKG.G_NO;

11702: resultout := PON_WF_UTL_PKG.GET_NOTIF_PREFERENCE(l_wf_message_name,l_negotiation_id);
11703:
11704: EXCEPTION --}
11705: WHEN OTHERS THEN
11706: resultout := PON_WF_UTL_PKG.G_NO;
11707: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
11708: FND_LOG.string (log_level => FND_LOG.level_procedure,
11709: module => g_module || l_module_name,
11710: message => 'Exception Block ' || g_module || l_module_name

Line 11947: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_internal_buyer_url;

11943: message => 'Fetched the Formatted To Name:'|| l_recipient_name ||' , '||'and From Name:'|| l_sender_name);
11944: END IF;
11945:
11946: IF p_notif_performer = 'BUYER' THEN
11947: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_internal_buyer_url;
11948: ELSE
11949: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_external_supplier_url;
11950: END IF;
11951:

Line 11949: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_external_supplier_url;

11945:
11946: IF p_notif_performer = 'BUYER' THEN
11947: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_internal_buyer_url;
11948: ELSE
11949: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_external_supplier_url;
11950: END IF;
11951:
11952: l_page_url := pon_wf_utl_pkg.get_dest_page_url (p_dest_func => 'PON_VIEW_MESSAGE_DETAILS'
11953: ,p_notif_performer => p_notif_performer);

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

11948: ELSE
11949: l_wfm_htmlagent := pon_wf_utl_pkg.get_base_external_supplier_url;
11950: END IF;
11951:
11952: l_page_url := pon_wf_utl_pkg.get_dest_page_url (p_dest_func => 'PON_VIEW_MESSAGE_DETAILS'
11953: ,p_notif_performer => p_notif_performer);
11954:
11955: --
11956: -- Stagger Closing Note is to be shown for ONLY Supplier