DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on EC_TRADING_PARTNER_PVT

Line 1114: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (

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

Line 1122: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER

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

Line 1265: l_tp_ret := EC_TRADING_PARTNER_PVT.Is_Entity_Enabled (

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

Line 1273: ,p_entity_type => EC_TRADING_PARTNER_PVT.G_CUSTOMER

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