DBA Data[Home] [Help]

APPS.CSTPSCEX dependencies on CST_COST_TYPES

Line 856: from cst_cost_types

852: /* Get component_yield_fla: Bug 2297027 */
853:
854: select component_yield_flag
855: into l_comp_yield_flag
856: from cst_cost_types
857: where cost_type_id = i_cost_type_id;
858:
859:
860:

Line 1405: from cst_cost_types CCT

1401: l_stmt_num := 30;
1402:
1403: select CCT.frozen_standard_flag
1404: into l_frozen_standard_flag
1405: from cst_cost_types CCT
1406: where CCT.cost_type_id = i_cost_type_id;
1407:
1408: -- SCAPI: to support supply chain cost reports
1409: IF ( (l_frozen_standard_flag = 1) and (i_report_option_type <> -1 or i_report_option_type is null) ) THEN