DBA Data[Home] [Help]

APPS.GMPRELAP dependencies on GMP_CALENDAR_API

Line 688: IF NOT gmp_calendar_api.is_working_daytime (

684: FND_FILE.PUT_LINE(FND_FILE.LOG,'Start Date '||to_char(p_start_date,'MM/DD/YYYY HH24:MI:SS'));
685: /*
686: IF p_start_date IS NOT NULL THEN
687: IF l_profile = 'Y' THEN
688: IF NOT gmp_calendar_api.is_working_daytime (
689: 1,
690: TRUE,
691: l_cal_code,
692: p_start_date,

Line 705: IF NOT gmp_calendar_api.is_working_daytime (

701:
702: FND_FILE.PUT_LINE(FND_FILE.LOG,'End Date '||to_char(p_end_date,'MM/DD/YYYY HH24:MI:SS'));
703: IF p_end_date IS NOT NULL THEN
704: IF l_profile = 'Y' THEN
705: IF NOT gmp_calendar_api.is_working_daytime (
706: 1,
707: TRUE,
708: l_cal_code,
709: p_end_date,

Line 718: gmp_calendar_api.get_nearest_workdaytime(

714: -- is not a working Daytime, find the nearest working time
715: IF (nvl(p_scheduling_method,0) <> 1) THEN
716: l_end_date := NULL ;
717: x_return_status := 'E' ;
718: gmp_calendar_api.get_nearest_workdaytime(
719: 1,
720: TRUE ,
721: l_cal_code,
722: p_end_date,

Line 1312: IF NOT gmp_calendar_api.is_working_daytime (

1308:
1309: -- Bug: 8262503 Vpedarla commented below code.
1310: /* IF p_start_date IS NOT NULL THEN
1311: IF l_profile = 'Y' THEN
1312: IF NOT gmp_calendar_api.is_working_daytime (
1313: 1,
1314: TRUE,
1315: l_cal_code,
1316: p_start_date,

Line 1328: IF NOT gmp_calendar_api.is_working_daytime (

1324: END IF; */
1325:
1326: IF p_end_date IS NOT NULL THEN
1327: IF l_profile = 'Y' THEN
1328: IF NOT gmp_calendar_api.is_working_daytime (
1329: 1,
1330: TRUE,
1331: l_cal_code,
1332: p_end_date,

Line 1340: gmp_calendar_api.get_nearest_workdaytime(

1336: -- Bug: 6265867 (kbanddyo)START - B5378109 Teva, For Unconstrained plan suggestions, if Suggested due date
1337: -- is not a working Daytime, find the nearest working time
1338: l_end_date := NULL ;
1339: x_return_status := 'E' ;
1340: gmp_calendar_api.get_nearest_workdaytime(
1341: 1,
1342: TRUE ,
1343: l_cal_code,
1344: p_end_date,