DBA Data[Home] [Help]

APPS.GMP_CALENDAR_API dependencies on GMP_CALENDAR_API

Line 1: PACKAGE BODY gmp_calendar_api AS

1: PACKAGE BODY gmp_calendar_api AS
2: /* $Header: GMPCAPIB.pls 120.5.12010000.1 2008/07/30 06:15:08 appldev ship $ */
3:
4: PROCEDURE check_cal_data(
5: p_calendar_code IN VARCHAR2,

Line 115: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version

111: fnd_msg_pub.initialize;
112: END IF;
113:
114: /* Make sure we are call compatible */
115: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
116: ,p_api_version
117: ,'IS_WORKING_DAY'
118: ,GMP_CALENDAR_API.m_pkg_name) THEN
119: x_return_status := FND_API.G_RET_STS_ERROR;

Line 118: ,GMP_CALENDAR_API.m_pkg_name) THEN

114: /* Make sure we are call compatible */
115: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
116: ,p_api_version
117: ,'IS_WORKING_DAY'
118: ,GMP_CALENDAR_API.m_pkg_name) THEN
119: x_return_status := FND_API.G_RET_STS_ERROR;
120: RAISE INVALID_VERSION;
121: END IF;
122:

Line 308: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version

304: fnd_msg_pub.initialize;
305: END IF;
306:
307: /* Make sure we are call compatible */
308: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
309: ,p_api_version
310: ,'GET_CONTIGUOUS_PERIODS'
311: ,GMP_CALENDAR_API.m_pkg_name) THEN
312: x_return_status := FND_API.G_RET_STS_ERROR;

Line 311: ,GMP_CALENDAR_API.m_pkg_name) THEN

307: /* Make sure we are call compatible */
308: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
309: ,p_api_version
310: ,'GET_CONTIGUOUS_PERIODS'
311: ,GMP_CALENDAR_API.m_pkg_name) THEN
312: x_return_status := FND_API.G_RET_STS_ERROR;
313: RAISE INVALID_VERSION;
314: END IF;
315:

Line 776: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version

772: fnd_msg_pub.initialize;
773: END IF;
774:
775: /* Make sure we are call compatible */
776: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
777: ,p_api_version
778: ,'GET_ALL_DATES'
779: ,GMP_CALENDAR_API.m_pkg_name) THEN
780: x_return_status := FND_API.G_RET_STS_ERROR;

Line 779: ,GMP_CALENDAR_API.m_pkg_name) THEN

775: /* Make sure we are call compatible */
776: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
777: ,p_api_version
778: ,'GET_ALL_DATES'
779: ,GMP_CALENDAR_API.m_pkg_name) THEN
780: x_return_status := FND_API.G_RET_STS_ERROR;
781: RAISE INVALID_VERSION;
782: END IF;
783: --

Line 908: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version

904: fnd_msg_pub.initialize;
905: END IF;
906:
907: /* Make sure we are call compatible */
908: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
909: ,p_api_version
910: ,'GET_WORK_DAYS'
911: ,GMP_CALENDAR_API.m_pkg_name) THEN
912: x_return_status := FND_API.G_RET_STS_ERROR;

Line 911: ,GMP_CALENDAR_API.m_pkg_name) THEN

907: /* Make sure we are call compatible */
908: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
909: ,p_api_version
910: ,'GET_WORK_DAYS'
911: ,GMP_CALENDAR_API.m_pkg_name) THEN
912: x_return_status := FND_API.G_RET_STS_ERROR;
913: RAISE INVALID_VERSION;
914: END IF;
915:

Line 1025: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version

1021: fnd_msg_pub.initialize;
1022: END IF;
1023:
1024: /* Make sure we are call compatible */
1025: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1026: ,p_api_version
1027: ,'GET_WORKDAY_DETAILS'
1028: ,GMP_CALENDAR_API.m_pkg_name) THEN
1029: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1028: ,GMP_CALENDAR_API.m_pkg_name) THEN

1024: /* Make sure we are call compatible */
1025: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1026: ,p_api_version
1027: ,'GET_WORKDAY_DETAILS'
1028: ,GMP_CALENDAR_API.m_pkg_name) THEN
1029: x_return_status := FND_API.G_RET_STS_ERROR;
1030: RAISE INVALID_VERSION;
1031: END IF;
1032: --

Line 1358: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version

1354: fnd_msg_pub.initialize;
1355: END IF;
1356:
1357: /* Make sure we are call compatible */
1358: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1359: ,p_api_version
1360: ,'IS_WORKING_DAYTIME'
1361: ,GMP_CALENDAR_API.m_pkg_name) THEN
1362: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1361: ,GMP_CALENDAR_API.m_pkg_name) THEN

1357: /* Make sure we are call compatible */
1358: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1359: ,p_api_version
1360: ,'IS_WORKING_DAYTIME'
1361: ,GMP_CALENDAR_API.m_pkg_name) THEN
1362: x_return_status := FND_API.G_RET_STS_ERROR;
1363: RAISE INVALID_VERSION;
1364: END IF;
1365:

Line 1562: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version

1558: fnd_msg_pub.initialize;
1559: END IF;
1560:
1561: /* Make sure we are call compatible */
1562: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1563: ,p_api_version
1564: ,'GET_NEAREST_WORKDAYTIME'
1565: ,GMP_CALENDAR_API.m_pkg_name) THEN
1566: FND_FILE.PUT_LINE ( FND_FILE.LOG,'if not FND_API.compatible_api_call');

Line 1565: ,GMP_CALENDAR_API.m_pkg_name) THEN

1561: /* Make sure we are call compatible */
1562: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1563: ,p_api_version
1564: ,'GET_NEAREST_WORKDAYTIME'
1565: ,GMP_CALENDAR_API.m_pkg_name) THEN
1566: FND_FILE.PUT_LINE ( FND_FILE.LOG,'if not FND_API.compatible_api_call');
1567: x_return_status := FND_API.G_RET_STS_ERROR;
1568: x_date := (sysdate - 9999 ) ;
1569: RAISE INVALID_VERSION;

Line 1672: END gmp_calendar_api ;

1668: FND_MSG_PUB.ADD;
1669:
1670: END get_nearest_workdaytime ;
1671:
1672: END gmp_calendar_api ;