DBA Data[Home] [Help]

APPS.OKI_LOAD_OKV_PVT dependencies on GL_PERIODS

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

307:
308: -- Location within the program before the error was encountered.
309: l_loc VARCHAR2(100) ;
310:
311: -- Holds the truncated start and end dates from gl_periods
312: l_glpr_start_date DATE ;
313: l_glpr_end_date DATE ;
314:
315:

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

475: -- Loop through all the periods
476: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
477: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
478:
479: -- Get the truncated gl_periods start and end dates
480: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
481: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
482:
483: -- Re-initialize the amounts before calculating

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

753:
754: -- Location within the program before the error was encountered.
755: l_loc VARCHAR2(100) ;
756:
757: -- Holds the truncated start and end dates from gl_periods
758: l_glpr_start_date DATE ;
759: l_glpr_end_date DATE ;
760:
761:

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

908: -- Loop through all the periods
909: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
910: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
911:
912: -- Get the truncated gl_periods start and end dates
913: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
914: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
915:
916: -- Re-initialize the amounts before calculating

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

1185:
1186: -- Location within the program before the error was encountered.
1187: l_loc VARCHAR2(100) ;
1188:
1189: -- Holds the truncated start and end dates from gl_periods
1190: l_glpr_start_date DATE ;
1191: l_glpr_end_date DATE ;
1192:
1193: