DBA Data[Home] [Help]

APPS.OKI_LOAD_RBS_PUB dependencies on OKI_LOAD_RBS_PVT

Line 30: oki_load_rbs_pvt.crt_rnwl_by_stat(

26: -- Convert the varchar2 date input to a date datatype
27: l_summary_build_date := fnd_conc_date.string_to_date(p_summary_build_date);
28:
29: -- call procedure to create the renewal by statuses records
30: oki_load_rbs_pvt.crt_rnwl_by_stat(
31: p_period_set_name => p_period_set_name
32: , p_period_type => p_period_type
33: , p_summary_build_date => l_summary_build_date
34: , x_errbuf => x_errbuf