DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYTS_PKG dependencies on HR_ORGANIZATION_UNITS

Line 59: hr_organization_units hou

55: ff_archive_items i2, /* X_YEA_NON_TAXABLE */
56: ff_archive_items i1, /* X_YEA_TAXABLE */
57: pay_assignment_actions paa,
58: pay_payroll_actions ppa,
59: hr_organization_units hou
60: where hou.organization_id = p_tax_unit_id
61: and ppa.report_type = 'YEA'
62: and ppa.report_qualifier = 'KR'
63: and ppa.report_category in ('N', 'I')