DBA Data[Home] [Help]

APPS.CTO_COST_ROLLUP_CONC_PK dependencies on CTO_MSUTIL_PUB

Line 1196: v_t_sourcing_info CTO_MSUTIL_PUB.sourcing_info;

1192: , p_organization_id number
1193: , p_return_status OUT NOCOPY varchar2 )
1194: is
1195:
1196: v_t_sourcing_info CTO_MSUTIL_PUB.sourcing_info;
1197: v_buy_traversed boolean := false ;
1198: v_source_type mrp_sources_v.source_type%type ;
1199: l_make_buy_code mtl_system_items.planning_make_buy_code%type ;
1200:

Line 1229: CTO_MSUTIL_PUB.query_sourcing_org_ms(

1225: v_buy_traversed := FALSE ;
1226:
1227: WriteToLog( 'calling query sourcing org ') ;
1228:
1229: CTO_MSUTIL_PUB.query_sourcing_org_ms(
1230: p_inventory_item_id => p_config_item_id
1231: ,p_organization_id => p_organization_id
1232: ,p_sourcing_rule_exists => v_sourcing_rule_exists
1233: ,p_source_type => v_source_type