DBA Data[Home] [Help]

APPS.CSTPPPOI dependencies on CST_COST_TYPES

Line 165: FROM cst_cost_types cct,

161: SELECT cct.cost_type_id,
162: clct.primary_cost_method
163: INTO x_cost_type_id,
164: x_primary_cost_method
165: FROM cst_cost_types cct,
166: cst_le_cost_types clct
167: WHERE cct.cost_type_id = clct.cost_type_id
168: AND clct.legal_entity = x_legal_entity
169: AND cct.cost_type = ( SELECT cpici.cost_type

Line 449: FROM cst_cost_types cct,

445: l_stmt_num := 0;
446:
447: SELECT clct.primary_cost_method
448: INTO l_primary_cost_method
449: FROM cst_cost_types cct,
450: cst_le_cost_types clct
451: WHERE cct.cost_type_id = clct.cost_type_id
452: AND cct.cost_type =
453: ( SELECT cpici.cost_type