DBA Data[Home] [Help]

APPS.PAY_IN_BAL_UPL_STRUCT dependencies on PAY_BALANCE_BATCH_LINES

Line 316: from pay_balance_batch_lines

312:
313: cursor c_each_batch (c_batch_id number) is
314: select balance_name,
315: dimension_name
316: from pay_balance_batch_lines
317: where batch_id = c_batch_id;
318:
319: BEGIN
320: g_debug := hr_utility.debug_enabled ;