DBA Data[Home] [Help]

APPS.CST_COST_API dependencies on CST_ITEM_COSTS

Line 93: from cst_item_costs CIC,

89:
90: l_stmt_num := 20;
91: select CIC.item_cost
92: into l_item_cost
93: from cst_item_costs CIC,
94: mtl_parameters mp
95: where CIC.inventory_item_id = p_inventory_item_id AND
96: CIC.organization_id = mp.cost_organization_id AND
97: CIC.cost_type_id = NVL( p_cost_type_id, 1 ) AND