DBA Data[Home] [Help]

APPS.PAY_NO_UNION_DUES dependencies on HR_GENERAL

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

564: cursor csr_third_party_loc (p_organization_id NUMBER) is
565: select loc.address_line_1 line_1
566: ,loc.address_line_2 line_2
567: ,loc.address_line_3 line_3
568: ,hr_general.decode_fnd_comm_lookup('NO_POSTAL_CODE',loc.postal_code) post_code
569: from hr_locations_all loc
570: ,hr_all_organization_units hou
571: where hou.organization_id = p_organization_id
572: and loc.location_id = hou.location_id