DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on HR_OPERATING_UNITS

Line 67: from hr_operating_units hou

63: , hou.organization_id org_id
64: , aspa.recon_accounting_flag
65: , aspa.when_to_account_pmt
66: , aspa.set_of_books_id
67: from hr_operating_units hou
68: ,ap_system_parameters_all aspa
69: where aspa.org_id = hou.organization_id
70: and ( ( g_ledger_id is not null and aspa.set_of_books_id = g_ledger_id)
71: and (g_org_id is null OR (g_org_id is not null and aspa.org_id = g_org_id))