DBA Data[Home] [Help]

APPS.CST_PERITEMCOSTCHANGERPT_PVT dependencies on CST_COST_TYPES

Line 293: l_cost_type CST_COST_TYPES.COST_TYPE%TYPE;

289: l_xml_temp CLOB;
290: l_offset PLS_INTEGER;
291: l_stmt_num NUMBER;
292: l_legal_entity HR_LEGAL_ENTITIES.NAME%TYPE;
293: l_cost_type CST_COST_TYPES.COST_TYPE%TYPE;
294: l_cost_group CST_COST_GROUPS.COST_GROUP%TYPE;
295: l_pac_period CST_PAC_PERIODS.PERIOD_NAME%TYPE;
296: l_category_set MTL_CATEGORY_SETS.CATEGORY_SET_NAME%TYPE;
297: l_item VARCHAR2 (2000);

Line 349: FROM cst_cost_types

345: /* Get Cost Type Name */
346: l_stmt_num := 20;
347: SELECT cost_type
348: INTO l_cost_type
349: FROM cst_cost_types
350: WHERE cost_type_id = i_cost_type_id;
351:
352: /* Get Cost Group Name */
353: l_stmt_num := 30;