DBA Data[Home] [Help]

APPS.JTF_CALENDAR_PUB_24HR dependencies on STANDARD

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

431: BEGIN
432: -- Initialize API return status to success
433: x_return_status := FND_API.G_RET_STS_SUCCESS;
434:
435: -- Standard call to check for call compatibility.
436: IF NOT FND_API.Compatible_API_Call (l_api_version,
437: p_api_version,
438: l_api_name,
439: G_PKG_NAME)

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

865: BEGIN
866: -- Initialize API return status to success
867: x_return_status := FND_API.G_RET_STS_SUCCESS;
868:
869: -- Standard call to check for call compatibility.
870: IF NOT FND_API.Compatible_API_Call (l_api_version,
871: p_api_version,
872: l_api_name,
873: G_PKG_NAME)

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

972:
973: v_count number;
974:
975: BEGIN
976: -- Standard call to check for call compatibility.
977: IF NOT FND_API.Compatible_API_Call (l_api_version ,
978: p_api_version ,
979: l_api_name ,
980: G_PKG_NAME )

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

1185: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
1186:
1187: BEGIN
1188:
1189: -- standard call to check for call compatibility.
1190: if not fnd_api.compatible_api_call
1191: ( l_api_version
1192: , p_api_version
1193: , l_api_name

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

1767:
1768: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
1769:
1770: BEGIN
1771: -- standard call to check for call compatibility.
1772: if not fnd_api.compatible_api_call
1773: ( l_api_version
1774: , p_api_version
1775: , l_api_name

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

2349: v_begin_time date;
2350: v_end_time date;
2351:
2352: BEGIN
2353: -- Standard call to check for call compatibility.
2354: IF NOT FND_API.Compatible_API_Call (l_api_version ,
2355: p_api_version ,
2356: l_api_name ,
2357: G_PKG_NAME )

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

2611: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
2612:
2613: BEGIN
2614:
2615: -- Standard call to check for call compatibility.
2616: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2617: p_api_version ,
2618: l_api_name ,
2619: G_PKG_NAME )

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

3023: X_RETURN_STATUS Varchar2(10);
3024:
3025: BEGIN
3026:
3027: -- Standard call to check for call compatibility.
3028: IF NOT FND_API.Compatible_API_Call (l_api_version ,
3029: p_api_version ,
3030: l_api_name ,
3031: G_PKG_NAME )