DBA Data[Home] [Help]

APPS.GL_LEDGERS_PKG dependencies on HR_OPERATING_UNITS

Line 35: FROM hr_operating_units hou,

31: ,null usable_flag
32: ,hou.short_code
33: ,hou.default_legal_context_id
34: ,haou.object_version_number
35: FROM hr_operating_units hou,
36: hr_all_organization_units haou
37: WHERE set_of_books_id = p_ledger_id
38: AND haou.organization_id = hou.organization_id;
39: