DBA Data[Home] [Help]

APPS.CSTPPPOI dependencies on CST_LE_COST_TYPES

Line 166: cst_le_cost_types clct

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
170: FROM cst_pc_item_cost_interface cpici

Line 450: cst_le_cost_types clct

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
454: FROM cst_pc_item_cost_interface cpici