DBA Data[Home] [Help]

APPS.OKI_LOAD_FBO_PVT dependencies on OKI_UTL_PVT

Line 316: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

312:
313: l_loc := 'Looping through valid periods.' ;
314: << g_glpr_csr_loop >>
315: -- Loop through all the periods
316: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
317: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
318:
319: -- Get the truncated gl_periods start and end dates
320: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );

Line 537: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

533:
534: l_loc := 'Looping through valid periods.' ;
535: << g_glpr_csr_loop >>
536: -- Loop through all the periods
537: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
538: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
539:
540: -- Get the truncated gl_periods start and end dates
541: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );