DBA Data[Home] [Help]

APPS.OKI_LOAD_RAG_PVT dependencies on OKI_UTL_PVT

Line 445: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

441:
442: l_loc := 'Looping through valid periods.' ;
443: << g_glpr_csr_loop >>
444: -- Loop through all the periods
445: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
446: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
447:
448: -- Get the truncated gl_periods start and end dates
449: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );

Line 693: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

689:
690: l_loc := 'Looping through valid periods.' ;
691: << g_glpr_csr_loop >>
692: -- Loop through all the periods
693: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
694: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
695:
696: -- Get the truncated gl_periods start and end dates
697: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );

Line 939: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

935:
936: l_loc := 'Looping through valid periods.' ;
937: << g_glpr_csr_loop >>
938: -- Loop through all the periods
939: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
940: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
941:
942: -- Get the truncated gl_periods start and end dates
943: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );