DBA Data[Home] [Help]

APPS.OZF_GL_TRANSFER_PVT dependencies on OZF_SYS_PARAMETERS_ALL

Line 54: , ozf_sys_parameters_all b

50:
51: CURSOR c_get_open_period_gl_date IS
52: SELECT MIN(start_date)
53: FROM gl_period_statuses a
54: , ozf_sys_parameters_all b
55: WHERE a.application_id = 101
56: AND a.set_of_books_id = b.set_of_books_id
57: AND b.set_of_books_id = p_ledger_id
58: AND nvl(a.adjustment_period_flag,'N') = 'N'