DBA Data[Home] [Help]

APPS.PA_PERIOD_PROCESS_PKG dependencies on GL_SETS_OF_BOOKS

Line 221: FROM gl_sets_of_books

217: SELECT Period_Set_Name,
218: Accounted_Period_Type
219: INTO lv_gl_period_set_name,
220: lv_gl_period_type
221: FROM gl_sets_of_books
222: WHERE Set_of_Books_ID=p_sob_id;
223:
224: -- This SELECT statement is used to check whether the GL Period Name and
225: -- type match those on the PA side