DBA Data[Home] [Help]

APPS.PON_FORMS_UTIL_PVT dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 707: HR_ALL_ORGANIZATION_UNITS_TL org

703: org.NAME
704: into
705: rt_value
706: from pon_auction_headers_all ah,
707: HR_ALL_ORGANIZATION_UNITS_TL org
708: where ah.auction_header_id = to_number(p_id)
709: and org.ORGANIZATION_ID = ah.ORG_ID
710: and org.LANGUAGE = userenv('LANG');
711: