DBA Data[Home] [Help]

APPS.CST_ITEMRESOURCECOSTS_GRP dependencies on CST_RESOURCE_COSTS

Line 338: -- return the resource rate from cst_resource_costs for this combination of inputs

334: where organization_id = p_organization_id;
335: end if;
336:
337: l_stmt_num := 20;
338: -- return the resource rate from cst_resource_costs for this combination of inputs
339: select resource_rate
340: into x_resource_rate
341: from cst_resource_costs
342: where organization_id = p_organization_id

Line 341: from cst_resource_costs

337: l_stmt_num := 20;
338: -- return the resource rate from cst_resource_costs for this combination of inputs
339: select resource_rate
340: into x_resource_rate
341: from cst_resource_costs
342: where organization_id = p_organization_id
343: and resource_id = p_resource_id
344: and cost_type_id = l_cost_type_id;
345: