DBA Data[Home] [Help]

APPS.PAY_KR_BAL_INIT_PKG dependencies on PAY_BALANCE_BATCH_LINES

Line 59: from pay_balance_batch_lines

55: from pay_balance_types pbt
56: where upper(pbt.balance_name) IN
57: (
58: select upper(balance_name) balance_name
59: from pay_balance_batch_lines
60: where batch_id = p_batch_id
61: )
62: and nvl(pbt.business_group_id, l_business_group_id) = l_business_group_id
63: and nvl(pbt.legislation_code, l_legislation_code) = l_legislation_code