DBA Data[Home] [Help]

APPS.OKI_LOAD_RBS_PVT dependencies on OKI_UTL_PVT

Line 405: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

401:
402: l_loc := 'Looping through valid periods.' ;
403: << rec_g_glpr_csr_loop >>
404: -- Loop through all the periods
405: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
406: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
407:
408: -- Get the truncated gl_periods start and end dates
409: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );

Line 854: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

850:
851: l_loc := 'Looping through valid periods.' ;
852: << rec_g_glpr_csr_loop >>
853: -- Loop through all the periods
854: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
855: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
856:
857: -- Get the truncated gl_periods start and end dates
858: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );

Line 1269: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

1265: l_retcode := '0' ;
1266:
1267: l_loc := 'Looping through valid periods.' ;
1268: -- Loop through all the periods
1269: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
1270: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
1271:
1272: -- Get the truncated gl_periods start and end dates
1273: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );