DBA Data[Home] [Help]

APPS.CST_INVENTORY_PVT dependencies on CST_COST_TYPES

Line 97: FROM cst_cost_types

93: -- Get the default cost type
94: l_stmt_num := 15;
95: SELECT default_cost_type_id
96: INTO l_def_cost_type_id
97: FROM cst_cost_types
98: WHERE cost_type_id = NVL(p_cost_type_id, l_primary_cost_method);
99:
100: -- Populate item list
101: -- Key flexfield are not compared at the segment level.