DBA Data[Home] [Help]

APPS.OKI_LOAD_WBC_PVT dependencies on OKI_UTL_PVT

Line 379: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

375:
376: l_loc := 'Looping through valid periods.' ;
377: << g_glpr_csr_loop >>
378: -- Loop through all the periods
379: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
380: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
381:
382: -- Get the truncated gl_periods start and end dates
383: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );

Line 643: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

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

Line 893: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

889: FOR rec_l_cust_id_csr IN l_cust_id_csr LOOP
890:
891: l_loc := 'Looping through valid periods.' ;
892: -- Loop through all the periods
893: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
894: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
895:
896: -- Get the truncated gl_periods start and end dates
897: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );