DBA Data[Home] [Help]

APPS.PAY_NO_SUPPORT_ORDER dependencies on HR_GENERAL

Line 814: ,hr_general.decode_fnd_comm_lookup('NO_POSTAL_CODE',loc.postal_code) post_code

810: cursor csr_third_party_loc (p_organization_id NUMBER) is
811: select loc.address_line_1 line_1
812: ,loc.address_line_2 line_2
813: ,loc.address_line_3 line_3
814: ,hr_general.decode_fnd_comm_lookup('NO_POSTAL_CODE',loc.postal_code) post_code
815: from hr_locations_all loc
816: ,hr_all_organization_units hou
817: where hou.organization_id = p_organization_id
818: and loc.location_id = hou.location_id