DBA Data[Home] [Help]

APPS.OKI_LOAD_WBC_PVT dependencies on GL_PERIODS

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

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

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

378: -- Loop through all the periods
379: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
380: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
381:
382: -- Get the truncated gl_periods start and end dates
383: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
384: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
385:
386: -- Re-initialize the amounts before calculating

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

544:
545: -- Location within the program before the error was encountered.
546: l_loc VARCHAR2(100) ;
547:
548: -- Holds the truncated start and end dates from gl_periods
549: l_glpr_start_date DATE ;
550: l_glpr_end_date DATE ;
551:
552: -- Cusror declaration

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

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

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

805:
806: -- Location within the program before the error was encountered.
807: l_loc VARCHAR2(100) ;
808:
809: -- Holds the truncated start and end dates from gl_periods
810: l_glpr_start_date DATE ;
811: l_glpr_end_date DATE ;
812:
813: -- Cusror declaration

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

892: -- Loop through all the periods
893: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
894: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
895:
896: -- Get the truncated gl_periods start and end dates
897: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );
898: l_glpr_end_date := trunc(rec_g_glpr_csr.end_date );
899:
900: -- Re-initialize the amounts before calculating