DBA Data[Home] [Help]

APPS.PON_FORMS_UTIL_PVT dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 700: HR_ALL_ORGANIZATION_UNITS_TL org

696: org.NAME
697: into
698: rt_value
699: from pon_auction_headers_all ah,
700: HR_ALL_ORGANIZATION_UNITS_TL org
701: where ah.auction_header_id = to_number(p_id)
702: and org.ORGANIZATION_ID = ah.ORG_ID
703: and org.LANGUAGE = userenv('LANG');
704: end if;