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 477: -- Standard call to check for call compatibility.

473: l_server_tz_id Number := to_number (fnd_profile.value_specific('SERVER_TIMEZONE_ID'));
474: l_res_Timezone_id Number;
475:
476: BEGIN
477: -- Standard call to check for call compatibility.
478: IF NOT FND_API.Compatible_API_Call (l_api_version,
479: p_api_version,
480: l_api_name,
481: G_PKG_NAME)

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

801: v_slot_end_date DATE;
802: i number;
803:
804: BEGIN
805: -- Standard call to check for call compatibility.
806: IF NOT FND_API.Compatible_API_Call (l_api_version ,
807: p_api_version ,
808: l_api_name ,
809: G_PKG_NAME )

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

974:
975: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
976:
977: BEGIN
978: -- standard call to check for call compatibility.
979: if not fnd_api.compatible_api_call
980: ( l_api_version
981: , p_api_version
982: , l_api_name

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

1488: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
1489:
1490: BEGIN
1491:
1492: -- standard call to check for call compatibility.
1493: if not fnd_api.compatible_api_call
1494: ( l_api_version
1495: , p_api_version
1496: , l_api_name

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

2163:
2164: l_resource_name jtf_task_resources_vl.resource_name%TYPE;-- bug # 2418561
2165:
2166: BEGIN
2167: -- Standard call to check for call compatibility.
2168: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2169: p_api_version ,
2170: l_api_name ,
2171: G_PKG_NAME )

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

2511: X_RETURN_STATUS Varchar2(10);
2512:
2513: BEGIN
2514:
2515: -- Standard call to check for call compatibility.
2516: IF NOT FND_API.Compatible_API_Call (l_api_version ,
2517: p_api_version ,
2518: l_api_name ,
2519: G_PKG_NAME )