DBA Data[Home] [Help]

APPS.CSTPGLXF dependencies on CST_COST_TYPES

Line 110: cst_cost_types cct

106: INTO
107: l_ct_exists
108: FROM
109: cst_le_cost_types clct,
110: cst_cost_types cct
111: WHERE clct.legal_entity = p_legal_entity AND
112: clct.cost_type_id = p_cost_type_id AND
113: clct.post_to_gl = 'Y' AND
114: clct.cost_type_id = cct.cost_type_id AND