DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PVT dependencies on EC_TRADING_PARTNER_PVT

Line 671: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (

667: RETURN;
668: END;
669:
670:
671: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (
672: p_api_version_number => 1.0
673: ,p_init_msg_list => null
674: ,p_simulate => null
675: ,p_commit => null

Line 679: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER

675: ,p_commit => null
676: ,p_validation_level => null
677: ,p_transaction_type => 'POAO'
678: ,p_transaction_subtype => null
679: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER
680: ,p_entity_id => l_address_id
681: ,p_return_status => l_tp_ret_status
682: ,p_msg_count => l_msg_count
683: ,p_msg_data => l_msg_data);

Line 690: G_POCAO_ENABLED := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (

686: IF l_debug_level > 0 THEN
687: oe_debug_pub.add( 'Check if POCAO Enabled ',1 );
688: END IF;
689:
690: G_POCAO_ENABLED := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (
691: p_api_version_number => 1.0
692: ,p_init_msg_list => null
693: ,p_simulate => null
694: ,p_commit => null

Line 698: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER

694: ,p_commit => null
695: ,p_validation_level => null
696: ,p_transaction_type => 'POCAO'
697: ,p_transaction_subtype => null
698: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER
699: ,p_entity_id => l_address_id
700: ,p_return_status => l_tp_ret_status
701: ,p_msg_count => l_msg_count
702: ,p_msg_data => l_msg_data);

Line 2244: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (

2240: End If;
2241: Return;
2242: End;
2243:
2244: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (
2245: p_api_version_number => 1.0
2246: ,p_init_msg_list => null
2247: ,p_simulate => null
2248: ,p_commit => null

Line 2252: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER

2248: ,p_commit => null
2249: ,p_validation_level => null
2250: ,p_transaction_type => 'POAO'
2251: ,p_transaction_subtype => null
2252: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER
2253: ,p_entity_id => l_address_id
2254: ,p_return_status => l_tp_ret_status
2255: ,p_msg_count => l_msg_count
2256: ,p_msg_data => l_msg_data);