DBA Data[Home] [Help]

APPS.JG_RX_C_IR_PKG dependencies on GL_PERIOD_STATUSES

Line 187: FROM gl_period_statuses

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