DBA Data[Home] [Help]

APPS.PAYBALUP dependencies on PAY_BALANCE_BATCH_LINES

Line 287: from pay_balance_batch_lines

283: --
284: cursor c_each_batch (c_batch_id number) is
285: select balance_name,
286: dimension_name
287: from pay_balance_batch_lines
288: where batch_id = c_batch_id;
289: --
290: BEGIN
291: hr_utility.set_location('paybalup.validate_batch_data', 10);