Oracle Apps Fusion Blog(Forms, Reports, Oracle Application Technical, SQL, PL/SQL, OAF)
Sunday, July 3, 2022
Query to get Legal Entity Name in Oracle Apps
SELECT hou.name operating_unit_name
,xep.name legal_entity_name
FROM hr_operating_units hou
,xle_entity_profiles xep
WHERE hou.default_legal_context_id = xep.legal_entity_id
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
APEX$TASK_PK
APEX$TASK_PK is a substitution string holding the primary key value of the system of records
No comments:
Post a Comment