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,

Line 1817: ('Before calling OE_CONTRACTS_UTIL.attachment_location.. ',

1813:
1814: IF l_debug_level > 0
1815: THEN
1816: oe_debug_pub.ADD
1817: ('Before calling OE_CONTRACTS_UTIL.attachment_location.. ',
1818: 1
1819: );
1820: END IF;
1821:

Line 1822: oe_contracts_util.attachment_location

1818: 1
1819: );
1820: END IF;
1821:
1822: oe_contracts_util.attachment_location
1823: (p_api_version => 1.0,
1824: p_doc_type => l_sales_document_type_code,
1825: p_doc_id => l_transaction_id,
1826: x_workflow_string => l_attachment_location,