DBA Data[Home] [Help]

APPS.CSTPDPPC dependencies on CST_COST_TYPES

Line 337: cst_le_cost_types clct, cst_cost_types cct

333: count(*)
334: INTO
335: l_ct_exists
336: FROM
337: cst_le_cost_types clct, cst_cost_types cct
338: WHERE
339: clct.legal_entity = i_legal_entity AND
340: clct.cost_type_id = i_cost_type_id AND
341: clct.create_acct_entries = 'Y' AND