DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GMP_CALENDAR_API

Line 515: IF NOT gmp_calendar_api.is_working_daytime

511:
512: IF l_use = fnd_api.g_true THEN
513: IF (gme_common_pvt.g_calendar_code IS NOT NULL) THEN
514: IF (p_batch_header_rec.plan_start_date IS NOT NULL) THEN
515: IF NOT gmp_calendar_api.is_working_daytime
516: (1.0
517: ,FALSE
518: ,gme_common_pvt.g_calendar_code
519: ,p_batch_header_rec.plan_start_date

Line 532: IF NOT gmp_calendar_api.is_working_daytime

528: END IF;
529: END IF;
530:
531: IF (p_batch_header_rec.plan_cmplt_date IS NOT NULL) THEN
532: IF NOT gmp_calendar_api.is_working_daytime
533: (1.0
534: ,FALSE
535: ,gme_common_pvt.g_calendar_code
536: ,p_batch_header_rec.plan_cmplt_date

Line 550: IF NOT gmp_calendar_api.is_working_daytime

546: END IF;
547:
548: IF p_batch_header_rec.plan_cmplt_date IS NULL
549: AND p_batch_header_rec.plan_start_date IS NULL THEN
550: IF NOT gmp_calendar_api.is_working_daytime
551: (1.0
552: ,FALSE
553: ,gme_common_pvt.g_calendar_code
554: ,SYSDATE

Line 1953: IF NOT gmp_calendar_api.is_working_daytime

1949: -- Bug 8218955 - Change l_batch_header_rec to p_batch_header_rec so we can validate what was passed in.
1950: -- Check if plan_start_date falls on non working day for pending batch.
1951: IF l_batch_header_rec.batch_status = gme_common_pvt.g_batch_pending AND
1952: p_batch_header_rec.plan_start_date IS NOT NULL THEN
1953: IF NOT gmp_calendar_api.is_working_daytime
1954: (1.0
1955: ,FALSE
1956: ,gme_common_pvt.g_calendar_code
1957: ,p_batch_header_rec.plan_start_date

Line 1977: IF NOT gmp_calendar_api.is_working_daytime

1973: IF l_batch_header_rec.batch_status IN
1974: (gme_common_pvt.g_batch_pending
1975: ,gme_common_pvt.g_batch_wip)
1976: AND p_batch_header_rec.plan_cmplt_date IS NOT NULL THEN
1977: IF NOT gmp_calendar_api.is_working_daytime
1978: (1.0
1979: ,FALSE
1980: ,gme_common_pvt.g_calendar_code
1981: ,p_batch_header_rec.plan_cmplt_date

Line 1997: IF NOT gmp_calendar_api.is_working_daytime

1993: -- Bug 8218955 - Change l_batch_header_rec to p_batch_header_rec so we can validate what was passed in.
1994: /* l_batch_header_rec.batch_status IN (gme_common_pvt.g_batch_pending, gme_common_pvt.g_batch_wip) */
1995: IF p_batch_header_rec.plan_cmplt_date IS NULL AND
1996: p_batch_header_rec.plan_start_date IS NULL THEN
1997: IF NOT gmp_calendar_api.is_working_daytime
1998: (1.0
1999: ,FALSE
2000: ,gme_common_pvt.g_calendar_code
2001: ,SYSDATE

Line 2272: IF NOT gmp_calendar_api.is_working_daytime

2268: -- Check if plan_start_date falls on non working day for pending batch step.
2269: IF l_batch_step_rec.step_status =
2270: gme_common_pvt.g_step_pending
2271: AND l_batch_step_rec.plan_start_date IS NOT NULL THEN
2272: IF NOT gmp_calendar_api.is_working_daytime
2273: (1.0
2274: ,FALSE
2275: ,gme_common_pvt.g_calendar_code
2276: ,l_batch_step_rec.plan_start_date

Line 2295: IF NOT gmp_calendar_api.is_working_daytime

2291: ,gme_common_pvt.g_step_wip)
2292: AND l_batch_step_rec.plan_cmplt_date IS NOT NULL THEN
2293: gme_debug.put_line ('in cmplt');
2294:
2295: IF NOT gmp_calendar_api.is_working_daytime
2296: (1.0
2297: ,FALSE
2298: ,gme_common_pvt.g_calendar_code
2299: ,l_batch_step_rec.plan_cmplt_date

Line 2313: IF NOT gmp_calendar_api.is_working_daytime

2309: END IF;
2310:
2311: IF l_batch_step_rec.plan_cmplt_date IS NULL
2312: AND l_batch_step_rec.plan_start_date IS NULL THEN
2313: IF NOT gmp_calendar_api.is_working_daytime
2314: (1.0
2315: ,FALSE
2316: ,gme_common_pvt.g_calendar_code
2317: ,SYSDATE