DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_CONC_RELEASE_CLASS_UTILS

Line 733: requested_start := fnd_conc_release_class_utils.calc_specific_startdate(sch_req_date - 1, schedule_info);

729:
730: if schedule_type = 'S' then
731: -- subtract 1 from sch_req_date to account for the possibility that the
732: -- schedule may need to run on sch_req_date.
733: requested_start := fnd_conc_release_class_utils.calc_specific_startdate(sch_req_date - 1, schedule_info);
734:
735: if requested_start > sch_end_date then
736: raise start_time_error;
737: end if;

Line 741: fnd_conc_release_class_utils.parse_periodic_schedule(P_REL_CLASS_APP_ID, P_REL_CLASS_ID,

737: end if;
738: P_REPEAT_END := sch_end_date;
739:
740: elsif schedule_type = 'P' then
741: fnd_conc_release_class_utils.parse_periodic_schedule(P_REL_CLASS_APP_ID, P_REL_CLASS_ID,
742: P_REPEAT_INTERVAL,
743: P_REPEAT_INTERVAL_UNIT,
744: P_REPEAT_INTERVAL_TYPE,
745: sch_req_date,

Line 2863: -- set_rel_class_options or fnd_conc_release_class_utils.assign_specific_sch

2859: -- Purpose
2860: -- Called before submitting request if the request to be submitted
2861: -- has a schedule set that repeats. Making this available outside of
2862: -- set_repeat_options in case the repeating schedule is set with
2863: -- set_rel_class_options or fnd_conc_release_class_utils.assign_specific_sch
2864: --
2865: -- Arguments
2866: -- incrment_dates - 'Y' if dates should be incremented each run,
2867: -- otherwise 'N'