DBA Data[Home] [Help]

APPS.CTO_COST_ROLLUP_CONC_PK dependencies on CTO_MSUTIL_PUB

Line 1242: v_t_sourcing_info CTO_MSUTIL_PUB.sourcing_info;

1238: , p_organization_id number
1239: , p_return_status OUT NOCOPY varchar2 )
1240: is
1241:
1242: v_t_sourcing_info CTO_MSUTIL_PUB.sourcing_info;
1243: v_buy_traversed boolean := false ;
1244: v_source_type mrp_sources_v.source_type%type ;
1245: l_make_buy_code mtl_system_items.planning_make_buy_code%type ;
1246:

Line 1275: CTO_MSUTIL_PUB.query_sourcing_org_ms(

1271: v_buy_traversed := FALSE ;
1272:
1273: WriteToLog( 'calling query sourcing org ') ;
1274:
1275: CTO_MSUTIL_PUB.query_sourcing_org_ms(
1276: p_inventory_item_id => p_config_item_id
1277: ,p_organization_id => p_organization_id
1278: ,p_sourcing_rule_exists => v_sourcing_rule_exists
1279: ,p_source_type => v_source_type