DBA Data[Home] [Help]

APPS.CSTPSCEX dependencies on CST_COST_TYPES

Line 858: from cst_cost_types

854: /* Get component_yield_fla: Bug 2297027 */
855:
856: select component_yield_flag
857: into l_comp_yield_flag
858: from cst_cost_types
859: where cost_type_id = i_cost_type_id;
860:
861: -- set up the top level extend_cost_flag
862: l_stmt_num := 10;

Line 1449: from cst_cost_types CCT

1445: l_stmt_num := 30;
1446:
1447: select CCT.frozen_standard_flag
1448: into l_frozen_standard_flag
1449: from cst_cost_types CCT
1450: where CCT.cost_type_id = i_cost_type_id;
1451:
1452: -- SCAPI: to support supply chain cost reports
1453: IF ( (l_frozen_standard_flag = 1) and (i_report_option_type <> -1 or i_report_option_type is null) ) THEN