DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GMP_CALENDAR_API

Line 476: IF NOT gmp_calendar_api.is_working_daytime

472:
473: IF l_use = fnd_api.g_true THEN
474: IF (gme_common_pvt.g_calendar_code IS NOT NULL) THEN
475: IF (p_batch_header_rec.plan_start_date IS NOT NULL) THEN
476: IF NOT gmp_calendar_api.is_working_daytime
477: (1.0
478: ,FALSE
479: ,gme_common_pvt.g_calendar_code
480: ,p_batch_header_rec.plan_start_date

Line 493: IF NOT gmp_calendar_api.is_working_daytime

489: END IF;
490: END IF;
491:
492: IF (p_batch_header_rec.plan_cmplt_date IS NOT NULL) THEN
493: IF NOT gmp_calendar_api.is_working_daytime
494: (1.0
495: ,FALSE
496: ,gme_common_pvt.g_calendar_code
497: ,p_batch_header_rec.plan_cmplt_date

Line 511: IF NOT gmp_calendar_api.is_working_daytime

507: END IF;
508:
509: IF p_batch_header_rec.plan_cmplt_date IS NULL
510: AND p_batch_header_rec.plan_start_date IS NULL THEN
511: IF NOT gmp_calendar_api.is_working_daytime
512: (1.0
513: ,FALSE
514: ,gme_common_pvt.g_calendar_code
515: ,SYSDATE

Line 1889: IF NOT gmp_calendar_api.is_working_daytime

1885: -- Check if plan_start_date falls on non working day for pending batch.
1886: IF l_batch_header_rec.batch_status =
1887: gme_common_pvt.g_batch_pending
1888: AND l_batch_header_rec.plan_start_date IS NOT NULL THEN
1889: IF NOT gmp_calendar_api.is_working_daytime
1890: (1.0
1891: ,FALSE
1892: ,gme_common_pvt.g_calendar_code
1893: ,l_batch_header_rec.plan_start_date

Line 1912: IF NOT gmp_calendar_api.is_working_daytime

1908: IF l_batch_header_rec.batch_status IN
1909: (gme_common_pvt.g_batch_pending
1910: ,gme_common_pvt.g_batch_wip)
1911: AND l_batch_header_rec.plan_cmplt_date IS NOT NULL THEN
1912: IF NOT gmp_calendar_api.is_working_daytime
1913: (1.0
1914: ,FALSE
1915: ,gme_common_pvt.g_calendar_code
1916: ,l_batch_header_rec.plan_cmplt_date

Line 1931: IF NOT gmp_calendar_api.is_working_daytime

1927:
1928: /* l_batch_header_rec.batch_status IN (gme_common_pvt.g_batch_pending, gme_common_pvt.g_batch_wip) */
1929: IF l_batch_header_rec.plan_cmplt_date IS NULL
1930: AND l_batch_header_rec.plan_start_date IS NULL THEN
1931: IF NOT gmp_calendar_api.is_working_daytime
1932: (1.0
1933: ,FALSE
1934: ,gme_common_pvt.g_calendar_code
1935: ,SYSDATE

Line 2203: IF NOT gmp_calendar_api.is_working_daytime

2199: -- Check if plan_start_date falls on non working day for pending batch step.
2200: IF l_batch_step_rec.step_status =
2201: gme_common_pvt.g_step_pending
2202: AND l_batch_step_rec.plan_start_date IS NOT NULL THEN
2203: IF NOT gmp_calendar_api.is_working_daytime
2204: (1.0
2205: ,FALSE
2206: ,gme_common_pvt.g_calendar_code
2207: ,l_batch_step_rec.plan_start_date

Line 2226: IF NOT gmp_calendar_api.is_working_daytime

2222: ,gme_common_pvt.g_step_wip)
2223: AND l_batch_step_rec.plan_cmplt_date IS NOT NULL THEN
2224: gme_debug.put_line ('in cmplt');
2225:
2226: IF NOT gmp_calendar_api.is_working_daytime
2227: (1.0
2228: ,FALSE
2229: ,gme_common_pvt.g_calendar_code
2230: ,l_batch_step_rec.plan_cmplt_date

Line 2244: IF NOT gmp_calendar_api.is_working_daytime

2240: END IF;
2241:
2242: IF l_batch_step_rec.plan_cmplt_date IS NULL
2243: AND l_batch_step_rec.plan_start_date IS NULL THEN
2244: IF NOT gmp_calendar_api.is_working_daytime
2245: (1.0
2246: ,FALSE
2247: ,gme_common_pvt.g_calendar_code
2248: ,SYSDATE