DBA Data[Home] [Help]

APPS.JTF_CALENDAR_PUB_24HR dependencies on STANDARD

Line 377: -- Standard call to check for call compatibility.

373: BEGIN
374: -- Initialize API return status to success
375: x_return_status := FND_API.G_RET_STS_SUCCESS;
376:
377: -- Standard call to check for call compatibility.
378: IF NOT FND_API.Compatible_API_Call (l_api_version,
379: p_api_version,
380: l_api_name,
381: G_PKG_NAME)

Line 802: -- Standard call to check for call compatibility.

798: BEGIN
799: -- Initialize API return status to success
800: x_return_status := FND_API.G_RET_STS_SUCCESS;
801:
802: -- Standard call to check for call compatibility.
803: IF NOT FND_API.Compatible_API_Call (l_api_version,
804: p_api_version,
805: l_api_name,
806: G_PKG_NAME)

Line 909: -- Standard call to check for call compatibility.

905:
906: v_count number;
907:
908: BEGIN
909: -- Standard call to check for call compatibility.
910: IF NOT FND_API.Compatible_API_Call (l_api_version ,
911: p_api_version ,
912: l_api_name ,
913: G_PKG_NAME )

Line 1122: -- standard call to check for call compatibility.

1118: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
1119:
1120: BEGIN
1121:
1122: -- standard call to check for call compatibility.
1123: if not fnd_api.compatible_api_call
1124: ( l_api_version
1125: , p_api_version
1126: , l_api_name

Line 1704: -- standard call to check for call compatibility.

1700:
1701: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
1702:
1703: BEGIN
1704: -- standard call to check for call compatibility.
1705: if not fnd_api.compatible_api_call
1706: ( l_api_version
1707: , p_api_version
1708: , l_api_name

Line 2283: -- Standard call to check for call compatibility.

2279: v_begin_time date;
2280: v_end_time date;
2281:
2282: BEGIN
2283: -- Standard call to check for call compatibility.
2284: IF NOT FND_API.Compatible_API_Call (l_api_version ,
2285: p_api_version ,
2286: l_api_name ,
2287: G_PKG_NAME )

Line 2545: -- Standard call to check for call compatibility.

2541: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
2542:
2543: BEGIN
2544:
2545: -- Standard call to check for call compatibility.
2546: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2547: p_api_version ,
2548: l_api_name ,
2549: G_PKG_NAME )

Line 2957: -- Standard call to check for call compatibility.

2953: X_RETURN_STATUS Varchar2(10);
2954:
2955: BEGIN
2956:
2957: -- Standard call to check for call compatibility.
2958: IF NOT FND_API.Compatible_API_Call (l_api_version ,
2959: p_api_version ,
2960: l_api_name ,
2961: G_PKG_NAME )