DBA Data[Home] [Help]

APPS.PA_FP_GEN_FCST_AMT_PUB1 dependencies on GL_PERIOD_STATUSES

Line 1197: FROM gl_period_statuses

1193:
1194: --Cursor used to select the start_date for GL periods
1195: CURSOR gl_start_date_csr(c_period PA_PERIODS_ALL.PERIOD_NAME%TYPE) IS
1196: SELECT start_date
1197: FROM gl_period_statuses
1198: WHERE period_name = c_period
1199: AND application_id = PA_PERIOD_PROCESS_PKG.Application_id
1200: AND set_of_books_id = p_fp_cols_rec.x_set_of_books_id
1201: AND adjustment_period_flag = 'N';