DBA Data[Home] [Help]

APPS.PON_WF_UTL_PKG dependencies on PON_AUCTION_PKG

Line 184: ,avalue => pon_auction_pkg.replaceHtmlChars(p_auction_title));

180: /* Setting the negotiation title header attribute */
181: wf_engine.SetItemAttrText(itemtype => p_itemtype
182: ,itemkey => p_itemkey
183: ,aname => 'AUCTION_TITLE'
184: ,avalue => pon_auction_pkg.replaceHtmlChars(p_auction_title));
185:
186: /* Setting the negotiation document number attribute */
187: wf_engine.SetItemAttrText(itemtype => p_itemtype
188: ,itemkey => p_itemkey

Line 613: PON_AUCTION_PKG.set_session_language(null, l_language_code);

609: to_char(p_request_id)
610: into l_item_key from dual;
611: -- set the db session language
612: PON_PROFILE_UTIL_PKG.get_wf_language(p_RecepientUsername, l_language_code);
613: PON_AUCTION_PKG.set_session_language(null, l_language_code);
614: SELECT
615: auc.trading_partner_contact_name,
616: auc.trading_partner_name,
617: auc.auction_title,

Line 633: l_msg_suffix := PON_AUCTION_PKG.get_message_suffix(l_doctype_group_name);

629: WHERE
630: dt.doctype_id= auc.doctype_id
631: AND auc.auction_header_id = p_auction_header_id;
632:
633: l_msg_suffix := PON_AUCTION_PKG.get_message_suffix(l_doctype_group_name);
634: l_doctypemsgval := PON_AUCTION_PKG.getmessage('PON_AUCTION',l_msg_suffix);
635: if p_messagetype ='S' then
636:
637: wf_engine.CreateProcess(itemtype => l_item_type,

Line 634: l_doctypemsgval := PON_AUCTION_PKG.getmessage('PON_AUCTION',l_msg_suffix);

630: dt.doctype_id= auc.doctype_id
631: AND auc.auction_header_id = p_auction_header_id;
632:
633: l_msg_suffix := PON_AUCTION_PKG.get_message_suffix(l_doctype_group_name);
634: l_doctypemsgval := PON_AUCTION_PKG.getmessage('PON_AUCTION',l_msg_suffix);
635: if p_messagetype ='S' then
636:
637: wf_engine.CreateProcess(itemtype => l_item_type,
638: itemkey => l_item_key,

Line 695: avalue => PON_AUCTION_PKG.getMessage('PONCPG' || p_messagetype || '_' || p_ProgramTypeCode,

691:
692: wf_engine.SetItemAttrText(itemtype => l_item_type,
693: itemkey => l_item_key,
694: aname => 'NOTIFICATION_SUBJECT',
695: avalue => PON_AUCTION_PKG.getMessage('PONCPG' || p_messagetype || '_' || p_ProgramTypeCode,
696: l_msg_suffix,
697: 'REQUEST_ID', --REQUEST_ID
698: to_char(p_request_id),
699: 'DOC_TYPE',