DBA Data[Home] [Help]

APPS.CST_ITEMRESOURCECOSTS_GRP dependencies on MTL_PARAMETERS

Line 113: from mtl_parameters

109: l_stmt_num := 10;
110:
111: select primary_cost_method
112: into l_cost_type_id
113: from mtl_parameters
114: where organization_id = p_organization_id;
115: end if;
116:
117: if (p_cost_source = 1 OR p_cost_source = 2) then

Line 333: from mtl_parameters

329: -- If it's 0, then fetch the cost_type_id for the AvgRates cost type
330: if (p_cost_type_id = 0) then
331: select avg_rates_cost_type_id
332: into l_cost_type_id
333: from mtl_parameters
334: where organization_id = p_organization_id;
335: end if;
336:
337: l_stmt_num := 20;