DBA Data[Home] [Help]

APPS.OKI_LOAD_FBO_PVT dependencies on GL_PERIODS

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

237:
238: -- Location within the program before the error was encountered.
239: l_loc VARCHAR2(100) ;
240:
241: -- Holds the truncated start and end dates from gl_periods
242: l_glpr_start_date DATE ;
243: l_glpr_end_date DATE ;
244:
245: -- Cursor declaration

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

315: -- Loop through all the periods
316: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
317: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
318:
319: -- Get the truncated gl_periods start and end dates
320: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
321: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
322:
323: -- Re-initialize the amounts before calculating

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

462:
463: -- Location within the program before the error was encountered.
464: l_loc VARCHAR2(100) ;
465:
466: -- Holds the truncated start and end dates from gl_periods
467: l_glpr_start_date DATE ;
468: l_glpr_end_date DATE ;
469:
470: -- Cusor declaration

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

536: -- Loop through all the periods
537: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
538: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
539:
540: -- Get the truncated gl_periods start and end dates
541: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
542: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
543:
544: -- Re-initialize the amounts before calculating