DBA Data[Home] [Help]

APPS.PAY_NO_TAX_LEVY dependencies on HR_LOCATIONS_ALL

Line 579: from hr_locations_all loc

575: select loc.address_line_1 line_1
576: ,loc.address_line_2 line_2
577: ,loc.address_line_3 line_3
578: ,hr_general.decode_fnd_comm_lookup('NO_POSTAL_CODE',loc.postal_code) post_code
579: from hr_locations_all loc
580: ,hr_all_organization_units hou
581: where hou.organization_id = p_organization_id
582: and loc.location_id = hou.location_id
583: and loc.style = 'NO';