DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PUB dependencies on ECX_DOCUMENT

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

437: wf_event.AddParameterToList(p_name=> 'ECX_PARTY_SITE_ID',
438: p_value=> p_party_site_id,
439: p_parameterlist=> l_parameter_list);
440:
441: wf_event.AddParameterToList(p_name=> 'ECX_DOCUMENT_ID',
442: p_value=> p_itemkey,
443: p_parameterlist=> l_parameter_list);
444:
445: If l_transaction_type Is NULL Then

Line 1649: ecx_document.isDeliveryRequired

1645: oe_debug_pub.add( 'L_PARTY_ID ' || L_PARTY_ID ) ;
1646: oe_debug_pub.add( 'L_PARTY_SITE_ID ' || L_PARTY_SITE_ID ) ;
1647: oe_debug_pub.add( 'BEFORE CALL TO ISDELIVERY REQ' ) ;
1648: END IF;
1649: ecx_document.isDeliveryRequired
1650: (
1651: transaction_type => p_transaction_type,
1652: transaction_subtype => p_transaction_subtype,
1653: party_id => l_party_id,