DBA Data[Home] [Help]

APPS.PAY_IP_BAL_UPL_STRUCT dependencies on PAY_BALANCE_BATCH_LINES

Line 237: from pay_balance_batch_lines

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