DBA Data[Home] [Help]

APPS.JG_RX_C_IR_PKG dependencies on GL_PERIOD_STATUSES

Line 184: FROM gl_period_statuses

180: /* From Period name, get account date range */
181: if argument10 is not null then
182: SELECT start_date, end_date
183: INTO h_account_date_low, h_account_date_high
184: FROM gl_period_statuses
185: WHERE period_name = argument8
186: AND set_of_books_id = h_set_of_book_id
187: AND application_id = 200
188: AND NVL(adjustment_period_flag, 'N') = 'N';