DBA Data[Home] [Help]

APPS.OKI_LOAD_OKV_PVT dependencies on OKI_UTL_PVT

Line 476: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

472: FOR rec_l_org_id_csr IN l_org_id_csr LOOP
473:
474: l_loc := 'Looping through valid periods.' ;
475: -- Loop through all the periods
476: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
477: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
478:
479: -- Get the truncated gl_periods start and end dates
480: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );

Line 909: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

905:
906: l_loc := 'Looping through valid periods.' ;
907: << g_glpr_csr_loop >>
908: -- Loop through all the periods
909: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
910: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
911:
912: -- Get the truncated gl_periods start and end dates
913: l_glpr_start_date := trunc(rec_g_glpr_csr.start_date );

Line 1319: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(

1315: CLOSE oki_load_okv_pvt.g_lkup_csr ;
1316:
1317: l_loc := 'Looping through valid periods.' ;
1318: -- Loop through all the periods
1319: FOR rec_g_glpr_csr IN oki_utl_pvt.g_glpr_csr(
1320: p_period_set_name, p_period_type, p_summary_build_date ) LOOP
1321:
1322: l_dro_value := 0 ;
1323: l_base_achv_forecast_amount := 0 ;