DBA Data[Home] [Help]

APPS.PA_FP_GEN_FCST_AMT_PUB1 dependencies on PA_PERIOD_PROCESS_PKG

Line 1199: AND application_id = PA_PERIOD_PROCESS_PKG.Application_id

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';
1202:
1203: l_res_asg_id_tab PA_PLSQL_DATATYPES.IdTabTyp;