DBA Data[Home] [Help]

APPS.PYSGBUPL dependencies on PAY_BALANCE_BATCH_LINES

Line 236: from pay_balance_batch_lines

232: --
233: cursor c_each_batch (c_batch_id number) is
234: select balance_name,
235: dimension_name
236: from pay_balance_batch_lines
237: where batch_id = c_batch_id;
238: --
239: BEGIN
240: hr_utility.set_location('pysgbupl.validate_batch_data', 10);