DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PUB dependencies on ECX_DOCUMENT

Line 436: wf_event.AddParameterToList(p_name=> 'ECX_DOCUMENT_ID',

432: wf_event.AddParameterToList(p_name=> 'ECX_PARTY_SITE_ID',
433: p_value=> p_party_site_id,
434: p_parameterlist=> l_parameter_list);
435:
436: wf_event.AddParameterToList(p_name=> 'ECX_DOCUMENT_ID',
437: p_value=> p_itemkey,
438: p_parameterlist=> l_parameter_list);
439:
440: If l_transaction_type Is NULL Then

Line 1644: ecx_document.isDeliveryRequired

1640: oe_debug_pub.add( 'L_PARTY_ID ' || L_PARTY_ID ) ;
1641: oe_debug_pub.add( 'L_PARTY_SITE_ID ' || L_PARTY_SITE_ID ) ;
1642: oe_debug_pub.add( 'BEFORE CALL TO ISDELIVERY REQ' ) ;
1643: END IF;
1644: ecx_document.isDeliveryRequired
1645: (
1646: transaction_type => p_transaction_type,
1647: transaction_subtype => p_transaction_subtype,
1648: party_id => l_party_id,