DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on HR_OPERATING_UNITS

Line 62: from hr_operating_units hou

58: , hou.organization_id org_id
59: , aspa.recon_accounting_flag
60: , aspa.when_to_account_pmt
61: , aspa.set_of_books_id
62: from hr_operating_units hou
63: ,ap_system_parameters_all aspa
64: where aspa.org_id = hou.organization_id
65: and ( ( g_ledger_id is not null and aspa.set_of_books_id = g_ledger_id)
66: and (g_org_id is null OR (g_org_id is not null and aspa.org_id = g_org_id))