DBA Data[Home] [Help]

APPS.OKI_LOAD_YRA_PVT dependencies on OKI_UTL_PVT

Line 286: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

282:
283: l_loc := 'Looping through valid periods.' ;
284: << g_glpr_csr_loop >>
285: -- Loop through all the periods
286: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
287: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
288:
289: -- Get the truncated gl_periods start and end dates
290: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );

Line 468: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

464:
465: l_loc := 'Looping through valid periods.' ;
466: << g_glpr_csr_loop >>
467: -- Loop through all the periods
468: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
469: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
470:
471: -- Get the truncated gl_periods start and end dates
472: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );

Line 638: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

634:
635: l_loc := 'Looping through valid periods.' ;
636: << g_glpr_csr_loop >>
637: -- Loop through all the periods
638: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
639: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
640:
641: -- Get the truncated gl_periods start and end dates
642: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );