DBA Data[Home] [Help]

APPS.GMPRELAP dependencies on GMP_CALENDAR_API

Line 570: IF NOT gmp_calendar_api.is_working_daytime (

566: FND_FILE.PUT_LINE(FND_FILE.LOG,'Start Date '||to_char(p_start_date,'MM/DD/YYYY HH24:MI:SS'));
567: /*
568: IF p_start_date IS NOT NULL THEN
569: IF l_profile = 'Y' THEN
570: IF NOT gmp_calendar_api.is_working_daytime (
571: 1,
572: TRUE,
573: l_cal_code,
574: p_start_date,

Line 587: IF NOT gmp_calendar_api.is_working_daytime (

583:
584: FND_FILE.PUT_LINE(FND_FILE.LOG,'End Date '||to_char(p_end_date,'MM/DD/YYYY HH24:MI:SS'));
585: IF p_end_date IS NOT NULL THEN
586: IF l_profile = 'Y' THEN
587: IF NOT gmp_calendar_api.is_working_daytime (
588: 1,
589: TRUE,
590: l_cal_code,
591: p_end_date,

Line 600: gmp_calendar_api.get_nearest_workdaytime(

596: -- is not a working Daytime, find the nearest working time
597: IF (nvl(p_scheduling_method,0) <> 1) THEN
598: l_end_date := NULL ;
599: x_return_status := 'E' ;
600: gmp_calendar_api.get_nearest_workdaytime(
601: 1,
602: TRUE ,
603: l_cal_code,
604: p_end_date,

Line 1107: IF NOT gmp_calendar_api.is_working_daytime (

1103: END IF;
1104:
1105: IF p_start_date IS NOT NULL THEN
1106: IF l_profile = 'Y' THEN
1107: IF NOT gmp_calendar_api.is_working_daytime (
1108: 1,
1109: TRUE,
1110: l_cal_code,
1111: p_start_date,

Line 1123: IF NOT gmp_calendar_api.is_working_daytime (

1119: END IF;
1120:
1121: IF p_end_date IS NOT NULL THEN
1122: IF l_profile = 'Y' THEN
1123: IF NOT gmp_calendar_api.is_working_daytime (
1124: 1,
1125: TRUE,
1126: l_cal_code,
1127: p_end_date,

Line 1135: gmp_calendar_api.get_nearest_workdaytime(

1131: -- Bug: 6265867 (kbanddyo)START - B5378109 Teva, For Unconstrained plan suggestions, if Suggested due date
1132: -- is not a working Daytime, find the nearest working time
1133: l_end_date := NULL ;
1134: x_return_status := 'E' ;
1135: gmp_calendar_api.get_nearest_workdaytime(
1136: 1,
1137: TRUE ,
1138: l_cal_code,
1139: p_end_date,