DBA Data[Home] [Help]

APPS.CLN_UPDTDLVY_PKG dependencies on ECX_DOCUMENT

Line 117: ecx_document.isDeliveryRequired(

113: cln_debug_pub.Add('l_organization_id:' || l_organization_id, 1);
114: end if;
115:
116: -- XML Setup Check
117: ecx_document.isDeliveryRequired(
118: transaction_type => transaction_type,
119: transaction_subtype => transaction_subtype,
120: party_id => party_id,
121: party_site_id => party_site_id,

Line 182: wf_engine.SetItemAttrText(itemtype, itemkey, 'ECX_DOCUMENT_ID', l_document_id);

178: wf_engine.SetItemAttrText(itemtype, itemkey, 'ECX_TRANSACTION_SUBTYPE', transaction_subtype);
179: wf_engine.SetItemAttrText(itemtype, itemkey, 'ECX_PARTY_ID', party_id);
180: wf_engine.SetItemAttrText(itemtype, itemkey, 'ECX_PARTY_SITE_ID', party_site_id);
181: wf_engine.SetItemAttrText(itemtype, itemkey, 'ECX_PARTY_TYPE', party_type);
182: wf_engine.SetItemAttrText(itemtype, itemkey, 'ECX_DOCUMENT_ID', l_document_id);
183: wf_engine.SetItemAttrText(itemtype, itemkey, 'MESSAGE_TEXT', message_text);
184: wf_engine.SetItemAttrText(itemtype, itemkey, 'REFERENCE_ID', l_ref_num);
185: wf_engine.SetItemAttrText(itemtype, itemkey, 'DOCUMENT_CREATION_DATE', l_canonical_date);
186: