DBA Data[Home] [Help]

APPS.CSTPDPPC dependencies on CST_LE_COST_TYPES

Line 321: cst_le_cost_types

317: count(*)
318: INTO
319: l_le_exists
320: FROM
321: cst_le_cost_types
322: WHERE
323: legal_entity = i_legal_entity AND
324: create_acct_entries ='Y';
325:

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

Line 450: cst_le_cost_types clct1,

446: count(*)
447: INTO
448: l_acct_lib_exists
449: FROM
450: cst_le_cost_types clct1,
451: cst_accounting_libraries cal
452: WHERE
453: clct1.legal_entity = i_legal_entity AND
454: clct1.cost_type_id = i_cost_type_id AND

Line 490: cst_le_cost_types clct,

486: INTO
487: l_acct_lib_id,
488: l_lib_name
489: FROM
490: cst_le_cost_types clct,
491: cst_accounting_libraries cal
492: WHERE clct.accounting_library_id = cal.ACCOUNTING_LIB_ID AND
493: clct.legal_entity = i_legal_entity AND
494: clct.cost_type_id = i_cost_type_id;