DBA Data[Home] [Help]

APPS.PAY_BLT_BUS dependencies on PAY_BALANCE_TYPES_TL

Line 426: from pay_balance_types_tl

422: l_dbi_exists varchar2(1);
423: --
424: cursor chk_source_lang is
425: select '1'
426: from pay_balance_types_tl
427: where balance_type_id = p_balance_type_id
428: and source_lang <> userenv('LANG');
429:
430: cursor chk_db_items is