DBA Data[Home] [Help]

APPS.OKI_LOAD_RBS_PVT dependencies on GL_PERIODS

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

269:
270: -- Location within the program before the error was encountered.
271: l_loc VARCHAR2(100) ;
272:
273: -- Holds the truncated start and end dates from gl_periods
274: l_glpr_start_date DATE ;
275: l_glpr_end_date DATE ;
276:
277: -- Cursor declaration

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

404: -- Loop through all the periods
405: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
406: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
407:
408: -- Get the truncated gl_periods start and end dates
409: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
410: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
411:
412: -- Re-initialize the counts and amounts before calculating

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

730:
731: -- Location within the program before the error was encountered.
732: l_loc VARCHAR2(100) ;
733:
734: -- Holds the truncated start and end dates from gl_periods
735: l_glpr_start_date DATE ;
736: l_glpr_end_date DATE ;
737:
738: -- Cusror declaration

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

853: -- Loop through all the periods
854: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
855: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
856:
857: -- Get the truncated gl_periods start and end dates
858: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
859: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
860:
861: -- Re-initialize the counts and amounts before calculating

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

1180:
1181: -- Location within the program before the error was encountered.
1182: l_loc VARCHAR2(100) ;
1183:
1184: -- Holds the truncated start and end dates from gl_periods
1185: l_glpr_start_date DATE ;
1186: l_glpr_end_date DATE ;
1187:
1188: -- Cusror declaration

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

1268: -- Loop through all the periods
1269: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
1270: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
1271:
1272: -- Get the truncated gl_periods start and end dates
1273: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
1274: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
1275:
1276: -- Re-initialize the counts and amounts before calculating