DBA Data[Home] [Help]

APPS.PAY_CA_PAYROLL_ARCH dependencies on HR_ORGANIZATION_UNITS

Line 795: hr_organization_units hou

791: loc.region_1,
792: loc.postal_code
793: from
794: hr_locations loc,
795: hr_organization_units hou
796: where hou.organization_id = cp_payee_id
797: and hou.business_group_id = cp_business_group_id
798: and cp_payment_date between hou.date_from
799: and nvl(hou.date_to, cp_payment_date)