DBA Data[Home] [Help]

APPS.OE_APPROVALS_WF dependencies on OE_CONTRACTS_UTIL

Line 142: oe_debug_pub.add('Before calling OE_CONTRACTS_UTIL.attachment_location.. ', 1);

138: 'NOTIFICATION_APPROVER',
139: l_role);
140:
141: IF l_debug_level > 0 THEN
142: oe_debug_pub.add('Before calling OE_CONTRACTS_UTIL.attachment_location.. ', 1);
143: END IF;
144:
145: OE_CONTRACTS_UTIL.attachment_location
146: (p_api_version => 1.0,

Line 145: OE_CONTRACTS_UTIL.attachment_location

141: IF l_debug_level > 0 THEN
142: oe_debug_pub.add('Before calling OE_CONTRACTS_UTIL.attachment_location.. ', 1);
143: END IF;
144:
145: OE_CONTRACTS_UTIL.attachment_location
146: (p_api_version => 1.0,
147: p_doc_type => l_sales_document_type_code,
148: p_doc_id => l_transaction_id,
149: x_workflow_string => l_attachment_location,