DBA Data[Home] [Help]

APPS.PAY_MX_BAL_UPLOAD dependencies on HR_ORGANIZATION_UNITS

Line 312: ,hr_organization_units hou

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:
316: -- Get jurisdiction code and original_entry_id for previously tested adjustments