DBA Data[Home] [Help]

APPS.PAY_NL_PAYFILE_SEPA dependencies on HR_ORGANIZATION_UNITS

Line 77: ,hr_organization_units hou

73: ,hlc.postal_code postcode
74: ,hr_general.decode_lookup('HR_NL_CITY',hlc.town_or_city) city
75: ,hlc.country country
76: FROM hr_locations hlc
77: ,hr_organization_units hou
78: WHERE hou.business_group_id = p_bg_id
79: AND hou.organization_id = p_org_id
80: AND hlc.location_id = hou.location_id;
81:

Line 181: ,hr_organization_units hou

177: ,hlc.postal_code postcode
178: ,hr_general.decode_lookup('HR_NL_CITY',hlc.town_or_city) city
179: ,hlc.country country
180: FROM hr_locations hlc
181: ,hr_organization_units hou
182: WHERE hou.business_group_id = p_bg_id
183: AND hou.organization_id = p_payee_id
184: AND hlc.location_id = hou.location_id;
185: --