DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on EC_TRADING_PARTNER_PVT

Line 1115: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (

1111: AND b.primary_flag = 'Y'
1112: AND b.status = 'A'
1113: AND a.status = 'A';--bug 2752321
1114:
1115: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (
1116: p_api_version_number => 1.0
1117: ,p_init_msg_list => null
1118: ,p_simulate => null
1119: ,p_commit => null

Line 1123: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER

1119: ,p_commit => null
1120: ,p_validation_level => null
1121: ,p_transaction_type => 'POAO'
1122: ,p_transaction_subtype => null
1123: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER
1124: ,p_entity_id => G_SOLD_TO_TBL(MOD(p_key,G_BINARY_LIMIT)).address_id
1125: ,p_return_status => l_tp_ret_status
1126: ,p_msg_count => l_msg_count
1127: ,p_msg_data => l_msg_data);

Line 1266: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (

1262: END IF;
1263:
1264: <>
1265:
1266: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (
1267: p_api_version_number => 1.0
1268: ,p_init_msg_list => null
1269: ,p_simulate => null
1270: ,p_commit => null

Line 1274: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER

1270: ,p_commit => null
1271: ,p_validation_level => null
1272: ,p_transaction_type => 'POAO'
1273: ,p_transaction_subtype => null
1274: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER
1275: ,p_entity_id => G_SOLD_TO_TBL(MOD(p_key,G_BINARY_LIMIT)).address_id
1276: ,p_return_status => l_tp_ret_status
1277: ,p_msg_count => l_msg_count
1278: ,p_msg_data => l_msg_data);