DBA Data[Home] [Help]

APPS.OKI_LOAD_YRA_PVT dependencies on GL_PERIODS

Line 230: -- Holds the truncated start and end dates from gl_periods

226:
227: -- Location within the program before the error was encountered.
228: l_loc VARCHAR2(100) ;
229:
230: -- Holds the truncated start and end dates from gl_periods
231: l_glpr_start_date DATE ;
232: l_glpr_end_date DATE ;
233:
234: -- Cusor declaration

Line 289: -- Get the truncated gl_periods start and end dates

285: -- Loop through all the periods
286: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
287: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
288:
289: -- Get the truncated gl_periods start and end dates
290: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
291: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
292:
293: -- Re-initialize the amounts before calculating

Line 416: -- Holds the truncated start and end dates from gl_periods

412:
413: -- Location within the program before the error was encountered.
414: l_loc VARCHAR2(100) ;
415:
416: -- Holds the truncated start and end dates from gl_periods
417: l_glpr_start_date DATE ;
418: l_glpr_end_date DATE ;
419:
420: -- Cusor declaration

Line 471: -- Get the truncated gl_periods start and end dates

467: -- Loop through all the periods
468: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
469: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
470:
471: -- Get the truncated gl_periods start and end dates
472: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
473: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
474:
475: -- Re-initialize the amounts before calculating

Line 597: -- Holds the truncated start and end dates from gl_periods

593:
594: -- Location within the program before the error was encountered.
595: l_loc VARCHAR2(100) ;
596:
597: -- Holds the truncated start and end dates from gl_periods
598: l_glpr_start_date DATE ;
599: l_glpr_end_date DATE ;
600:
601: -- Cusor declaration

Line 641: -- Get the truncated gl_periods start and end dates

637: -- Loop through all the periods
638: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
639: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
640:
641: -- Get the truncated gl_periods start and end dates
642: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
643: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
644:
645: -- Re-initialize the amounts before calculating