DBA Data[Home] [Help]

APPS.PAY_BLT_BUS dependencies on PAY_BALANCE_TYPES_TL

Line 398: from pay_balance_types_tl

394: l_dbi_exists varchar2(1);
395: --
396: cursor chk_source_lang is
397: select '1'
398: from pay_balance_types_tl
399: where balance_type_id = p_balance_type_id
400: and source_lang <> userenv('LANG');
401:
402: cursor chk_db_items is