DBA Data[Home] [Help]

APPS.PAY_MX_BAL_UPLOAD dependencies on PAY_BALANCE_BATCH_LINES

Line 311: from pay_balance_batch_lines pbbl

307: --
308: cursor csr_get_source_id(p_batch_line_id number)
309: is
310: select pbbl.source_id
311: from pay_balance_batch_lines pbbl
312: ,hr_organization_units hou
313: where pbbl.batch_line_id = p_batch_line_id
314: and pbbl.source_id=hou.organization_id;
315: