DBA Data[Home] [Help]

APPS.CST_RES_COST_IMPORT_INTERFACE dependencies on CST_COST_TYPES

Line 128: SET crci.cost_type_id = (select cost_type_id from CST_COST_TYPES cct

124:
125: /* now set teh cost type and cost type id */
126:
127: Update CST_RESOURCE_COSTS_INTERFACE crci
128: SET crci.cost_type_id = (select cost_type_id from CST_COST_TYPES cct
129: WHERE cct.cost_type = i_new_csttype
130: ),
131: crci.cost_type = i_new_csttype
132: WHERE crci.group_id = SEQ_NEXTVAL