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.6.12020000.2 2012/07/24 15:08:05 vkinduri 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 339: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version

335: fnd_msg_pub.initialize;
336: END IF;
337:
338: /* Make sure we are call compatible */
339: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
340: ,p_api_version
341: ,'GET_CONTIGUOUS_PERIODS'
342: ,GMP_CALENDAR_API.m_pkg_name) THEN
343: x_return_status := FND_API.G_RET_STS_ERROR;

Line 342: ,GMP_CALENDAR_API.m_pkg_name) THEN

338: /* Make sure we are call compatible */
339: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
340: ,p_api_version
341: ,'GET_CONTIGUOUS_PERIODS'
342: ,GMP_CALENDAR_API.m_pkg_name) THEN
343: x_return_status := FND_API.G_RET_STS_ERROR;
344: RAISE INVALID_VERSION;
345: END IF;
346:

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

836: fnd_msg_pub.initialize;
837: END IF;
838:
839: /* Make sure we are call compatible */
840: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
841: ,p_api_version
842: ,'GET_ALL_DATES'
843: ,GMP_CALENDAR_API.m_pkg_name) THEN
844: x_return_status := FND_API.G_RET_STS_ERROR;

Line 843: ,GMP_CALENDAR_API.m_pkg_name) THEN

839: /* Make sure we are call compatible */
840: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
841: ,p_api_version
842: ,'GET_ALL_DATES'
843: ,GMP_CALENDAR_API.m_pkg_name) THEN
844: x_return_status := FND_API.G_RET_STS_ERROR;
845: RAISE INVALID_VERSION;
846: END IF;
847: --

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

968: fnd_msg_pub.initialize;
969: END IF;
970:
971: /* Make sure we are call compatible */
972: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
973: ,p_api_version
974: ,'GET_WORK_DAYS'
975: ,GMP_CALENDAR_API.m_pkg_name) THEN
976: x_return_status := FND_API.G_RET_STS_ERROR;

Line 975: ,GMP_CALENDAR_API.m_pkg_name) THEN

971: /* Make sure we are call compatible */
972: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
973: ,p_api_version
974: ,'GET_WORK_DAYS'
975: ,GMP_CALENDAR_API.m_pkg_name) THEN
976: x_return_status := FND_API.G_RET_STS_ERROR;
977: RAISE INVALID_VERSION;
978: END IF;
979:

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

1085: fnd_msg_pub.initialize;
1086: END IF;
1087:
1088: /* Make sure we are call compatible */
1089: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1090: ,p_api_version
1091: ,'GET_WORKDAY_DETAILS'
1092: ,GMP_CALENDAR_API.m_pkg_name) THEN
1093: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1092: ,GMP_CALENDAR_API.m_pkg_name) THEN

1088: /* Make sure we are call compatible */
1089: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1090: ,p_api_version
1091: ,'GET_WORKDAY_DETAILS'
1092: ,GMP_CALENDAR_API.m_pkg_name) THEN
1093: x_return_status := FND_API.G_RET_STS_ERROR;
1094: RAISE INVALID_VERSION;
1095: END IF;
1096: --

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

1421: fnd_msg_pub.initialize;
1422: END IF;
1423:
1424: /* Make sure we are call compatible */
1425: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1426: ,p_api_version
1427: ,'IS_WORKING_DAYTIME'
1428: ,GMP_CALENDAR_API.m_pkg_name) THEN
1429: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1428: ,GMP_CALENDAR_API.m_pkg_name) THEN

1424: /* Make sure we are call compatible */
1425: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1426: ,p_api_version
1427: ,'IS_WORKING_DAYTIME'
1428: ,GMP_CALENDAR_API.m_pkg_name) THEN
1429: x_return_status := FND_API.G_RET_STS_ERROR;
1430: RAISE INVALID_VERSION;
1431: END IF;
1432:

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

1626: fnd_msg_pub.initialize;
1627: END IF;
1628:
1629: /* Make sure we are call compatible */
1630: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1631: ,p_api_version
1632: ,'GET_NEAREST_WORKDAYTIME'
1633: ,GMP_CALENDAR_API.m_pkg_name) THEN
1634: FND_FILE.PUT_LINE ( FND_FILE.LOG,'if not FND_API.compatible_api_call');

Line 1633: ,GMP_CALENDAR_API.m_pkg_name) THEN

1629: /* Make sure we are call compatible */
1630: IF NOT FND_API.compatible_api_call ( GMP_CALENDAR_API.m_api_version
1631: ,p_api_version
1632: ,'GET_NEAREST_WORKDAYTIME'
1633: ,GMP_CALENDAR_API.m_pkg_name) THEN
1634: FND_FILE.PUT_LINE ( FND_FILE.LOG,'if not FND_API.compatible_api_call');
1635: x_return_status := FND_API.G_RET_STS_ERROR;
1636: x_date := (sysdate - 9999 ) ;
1637: RAISE INVALID_VERSION;

Line 2046: END gmp_calendar_api ;

2042: return_status := FALSE;
2043:
2044: END retrieve_calendar_detail;
2045:
2046: END gmp_calendar_api ;