DBA Data[Home] [Help]

APPS.OKI_LOAD_ENR_PVT dependencies on OKI_UTL_PVT

Line 330: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

326:
327: l_loc := 'Looping through valid periods.' ;
328: << g_glpr_csr_loop >>
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 );

Line 544: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

540:
541: l_loc := 'Looping through valid periods.' ;
542: << g_glpr_csr_loop >>
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 );

Line 748: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

744:
745: l_loc := 'Looping through valid periods.' ;
746: << g_glpr_csr_loop >>
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 );