DBA Data[Home] [Help]

APPS.CLN_UTILS dependencies on ECX_DOCUMENT

Line 143: -- call the 'ecx_document.isDeliveryRequired' API which validates the Trading Partner setup.

139: IF (l_Debug_Level <= 1) THEN
140: cln_debug_pub.Add('Party Type:'|| l_party_type , 1);
141: END IF;
142:
143: -- call the 'ecx_document.isDeliveryRequired' API which validates the Trading Partner setup.
144:
145: BEGIN
146: ecx_document.isDeliveryRequired(transaction_type => l_transaction_type,
147: transaction_subtype => l_transaction_subtype,

Line 146: ecx_document.isDeliveryRequired(transaction_type => l_transaction_type,

142:
143: -- call the 'ecx_document.isDeliveryRequired' API which validates the Trading Partner setup.
144:
145: BEGIN
146: ecx_document.isDeliveryRequired(transaction_type => l_transaction_type,
147: transaction_subtype => l_transaction_subtype,
148: party_id => l_party_id,
149: party_type => l_party_type,
150: party_site_id => l_party_site_id,