DBA Data[Home] [Help]

APPS.JTF_CALENDAR_PUB dependencies on STANDARD

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

195: v_begin_time VARCHAR2(5);
196: v_end_time VARCHAR2(5);
197:
198: BEGIN
199: -- Standard call to check for call compatibility.
200: IF NOT FND_API.Compatible_API_Call (l_api_version ,
201: p_api_version ,
202: l_api_name ,
203: G_PKG_NAME )

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

431: l_server_tz_id Number := to_number (fnd_profile.value_specific('SERVER_TIMEZONE_ID'));
432: l_res_Timezone_id Number;
433:
434: BEGIN
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 763: -- Standard call to check for call compatibility.

759: v_slot_end_date DATE;
760: i number;
761:
762: BEGIN
763: -- Standard call to check for call compatibility.
764: IF NOT FND_API.Compatible_API_Call (l_api_version ,
765: p_api_version ,
766: l_api_name ,
767: G_PKG_NAME )

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

932:
933: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
934:
935: BEGIN
936: -- standard call to check for call compatibility.
937: if not fnd_api.compatible_api_call
938: ( l_api_version
939: , p_api_version
940: , l_api_name

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

1443: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
1444:
1445: BEGIN
1446:
1447: -- standard call to check for call compatibility.
1448: if not fnd_api.compatible_api_call
1449: ( l_api_version
1450: , p_api_version
1451: , l_api_name

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

2113:
2114: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
2115:
2116: BEGIN
2117: -- Standard call to check for call compatibility.
2118: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2119: p_api_version ,
2120: l_api_name ,
2121: G_PKG_NAME )

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

2461: X_RETURN_STATUS Varchar2(10);
2462:
2463: BEGIN
2464:
2465: -- Standard call to check for call compatibility.
2466: IF NOT FND_API.Compatible_API_Call (l_api_version ,
2467: p_api_version ,
2468: l_api_name ,
2469: G_PKG_NAME )