DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PVT dependencies on EC_TRADING_PARTNER_PVT

Line 670: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (

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

Line 678: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER

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

Line 689: G_POCAO_ENABLED := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (

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

Line 697: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER

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

Line 2214: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (

2210: End If;
2211: Return;
2212: End;
2213:
2214: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (
2215: p_api_version_number => 1.0
2216: ,p_init_msg_list => null
2217: ,p_simulate => null
2218: ,p_commit => null

Line 2222: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER

2218: ,p_commit => null
2219: ,p_validation_level => null
2220: ,p_transaction_type => 'POAO'
2221: ,p_transaction_subtype => null
2222: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER
2223: ,p_entity_id => l_address_id
2224: ,p_return_status => l_tp_ret_status
2225: ,p_msg_count => l_msg_count
2226: ,p_msg_data => l_msg_data);