DBA Data[Home] [Help]

APPS.OKI_LOAD_ENR_PVT dependencies on GL_PERIODS

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

265:
266: -- Location within the program before the error was encountered.
267: l_loc VARCHAR2(100) ;
268:
269: -- Holds the truncated start and end dates from gl_periods
270: l_glpr_start_date DATE ;
271: l_glpr_end_date DATE ;
272:
273: -- Cusror declaration

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

329: -- Loop through all the periods
330: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
331: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
332:
333: -- Get the truncated gl_periods start and end dates
334: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
335: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
336:
337: -- Re-initialize the amounts and counts before calculating

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

482:
483: -- Location within the program before the error was encountered.
484: l_loc VARCHAR2(100) ;
485:
486: -- Holds the truncated start and end dates from gl_periods
487: l_glpr_start_date DATE ;
488: l_glpr_end_date DATE ;
489:
490: -- Cusror declaration

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

543: -- Loop through all the periods
544: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
545: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
546:
547: -- Get the truncated gl_periods start and end dates
548: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
549: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
550:
551: -- Re-initialize the amounts and counts before calculating

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

691:
692: -- Location within the program before the error was encountered.
693: l_loc VARCHAR2(100) ;
694:
695: -- Holds the truncated start and end dates from gl_periods
696: l_glpr_start_date DATE ;
697: l_glpr_end_date DATE ;
698:
699: -- Cusror declaration

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

747: -- Loop through all the periods
748: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
749: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
750:
751: -- Get the truncated gl_periods start and end dates
752: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
753: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
754:
755: -- Re-initialize the amounts and counts before calculating