DBA Data[Home] [Help]

APPS.XDP_INTERFACES_PUB dependencies on STANDARD

Line 42: -- Standard Start of API savepoint

38: l_bind_data_id number;
39:
40: BEGIN
41:
42: -- Standard Start of API savepoint
43: -- SAVEPOINT l_order_tag;
44:
45: -- Standard call to check for call compatibility.
46: IF NOT FND_API.Compatible_API_Call (

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

41:
42: -- Standard Start of API savepoint
43: -- SAVEPOINT l_order_tag;
44:
45: -- Standard call to check for call compatibility.
46: IF NOT FND_API.Compatible_API_Call (
47: l_api_version,
48: p_api_version,
49: l_api_name,

Line 238: -- Standard check of p_commit.

234: /******* End of Message Generation Section ********/
235:
236: x_return_status := FND_API.G_RET_STS_SUCCESS;
237:
238: -- Standard check of p_commit.
239: IF FND_API.To_Boolean( p_commit ) THEN
240: COMMIT WORK;
241: END IF;
242:

Line 243: -- Standard call to get message count and if count is 1, get message info.

239: IF FND_API.To_Boolean( p_commit ) THEN
240: COMMIT WORK;
241: END IF;
242:
243: -- Standard call to get message count and if count is 1, get message info.
244: FND_MSG_PUB.Count_And_Get (
245: p_count => x_msg_count,
246: p_data => x_msg_data );
247:

Line 314: -- Standard Start of API savepoint

310: l_bind_data_id number;
311:
312: BEGIN
313:
314: -- Standard Start of API savepoint
315: -- SAVEPOINT l_order_tag;
316:
317: -- Standard call to check for call compatibility.
318: IF NOT FND_API.Compatible_API_Call (

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

313:
314: -- Standard Start of API savepoint
315: -- SAVEPOINT l_order_tag;
316:
317: -- Standard call to check for call compatibility.
318: IF NOT FND_API.Compatible_API_Call (
319: l_api_version,
320: p_api_version,
321: l_api_name,

Line 489: -- Standard check of p_commit.

485: /******* End of Message Generation Section ********/
486:
487: x_return_status := FND_API.G_RET_STS_SUCCESS;
488:
489: -- Standard check of p_commit.
490: IF FND_API.To_Boolean( p_commit ) THEN
491: COMMIT WORK;
492: END IF;
493:

Line 494: -- Standard call to get message count and if count is 1, get message info.

490: IF FND_API.To_Boolean( p_commit ) THEN
491: COMMIT WORK;
492: END IF;
493:
494: -- Standard call to get message count and if count is 1, get message info.
495: FND_MSG_PUB.Count_And_Get (
496: p_count => x_msg_count,
497: p_data => x_msg_data );
498:

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

540: l_api_version CONSTANT NUMBER := 11.5;
541: l_ret_code NUMBER := 0;
542: l_ret_desc VARCHAR2(2000);
543: BEGIN
544: -- Standard call to check for call compatibility.
545: IF NOT FND_API.Compatible_API_Call (
546: l_api_version,
547: p_api_version,
548: l_api_name,

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

588: l_api_version CONSTANT NUMBER := 11.5;
589: l_ret_code NUMBER := 0;
590: l_ret_desc VARCHAR2(2000);
591: BEGIN
592: -- Standard call to check for call compatibility.
593: IF NOT FND_API.Compatible_API_Call (
594: l_api_version,
595: p_api_version,
596: l_api_name,

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

636: l_api_version CONSTANT NUMBER := 11.5;
637: l_ret_code NUMBER := 0;
638: l_ret_desc VARCHAR2(2000);
639: BEGIN
640: -- Standard call to check for call compatibility.
641: IF NOT FND_API.Compatible_API_Call (
642: l_api_version,
643: p_api_version,
644: l_api_name,

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

727: lv_order_line_list XDP_TYPES.SERVICE_ORDER_LINE_LIST;
728: lv_line_param_list XDP_TYPES.SERVICE_LINE_PARAM_LIST;
729:
730: BEGIN
731: -- Standard call to check for call compatibility.
732:
733: IF NOT FND_API.Compatible_API_Call (
734: l_api_version,
735: p_api_version,

Line 930: -- Standard check of p_commit.

926:
927: x_return_status := FND_API.G_RET_STS_SUCCESS;
928: x_error_code := 0;
929:
930: -- Standard check of p_commit.
931:
932: IF FND_API.To_Boolean(p_commit) THEN
933: COMMIT WORK;
934: END IF;

Line 936: -- Standard call to get message count and if count is 1, get message info.

932: IF FND_API.To_Boolean(p_commit) THEN
933: COMMIT WORK;
934: END IF;
935:
936: -- Standard call to get message count and if count is 1, get message info.
937:
938: FND_MSG_PUB.Count_And_Get (
939: p_count => x_msg_count,
940: p_data => x_msg_data );

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

1012: l_caller_name VARCHAR2(100);
1013:
1014: BEGIN
1015:
1016: -- Standard call to check for call compatibility.
1017:
1018: IF NOT FND_API.Compatible_API_Call (
1019: l_api_version,
1020: p_api_version,

Line 1183: -- Standard check of p_commit.

1179: /******* End of Message Generation Section ********/
1180:
1181: x_return_status := FND_API.G_RET_STS_SUCCESS;
1182:
1183: -- Standard check of p_commit.
1184:
1185: IF FND_API.To_Boolean(p_commit) THEN
1186: COMMIT WORK;
1187: END IF;

Line 1189: -- Standard call to get message count and if count is 1, get message info.

1185: IF FND_API.To_Boolean(p_commit) THEN
1186: COMMIT WORK;
1187: END IF;
1188:
1189: -- Standard call to get message count and if count is 1, get message info.
1190:
1191: FND_MSG_PUB.Count_And_Get (
1192: p_count => x_msg_count,
1193: p_data => x_msg_data );

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

1266: l_order_version VARCHAR2(40);
1267:
1268: BEGIN
1269:
1270: -- Standard call to check for call compatibility.
1271:
1272: IF NOT FND_API.Compatible_API_Call (
1273: l_api_version,
1274: p_api_version,

Line 1423: -- Standard check of p_commit. DO NOT NEED TO

1419: END IF;
1420:
1421: x_return_status := FND_API.G_RET_STS_SUCCESS;
1422:
1423: -- Standard check of p_commit. DO NOT NEED TO
1424:
1425: -- IF FND_API.To_Boolean(p_commit) THEN
1426: -- COMMIT WORK;
1427: -- END IF;

Line 1429: -- Standard call to get message count and if count is 1, get message info.

1425: -- IF FND_API.To_Boolean(p_commit) THEN
1426: -- COMMIT WORK;
1427: -- END IF;
1428:
1429: -- Standard call to get message count and if count is 1, get message info.
1430:
1431: FND_MSG_PUB.Count_And_Get (
1432: p_count => x_msg_count,
1433: p_data => x_msg_data );

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

1505: l_order_version VARCHAR2(40);
1506:
1507: BEGIN
1508:
1509: -- Standard call to check for call compatibility.
1510:
1511: IF NOT FND_API.Compatible_API_Call (
1512: l_api_version,
1513: p_api_version,

Line 1645: -- Standard check of p_commit. DO NOT NEED TO

1641: END IF;
1642:
1643: x_return_status := FND_API.G_RET_STS_SUCCESS;
1644:
1645: -- Standard check of p_commit. DO NOT NEED TO
1646:
1647: -- IF FND_API.To_Boolean(p_commit) THEN
1648: -- COMMIT WORK;
1649: -- END IF;

Line 1651: -- Standard call to get message count and if count is 1, get message info.

1647: -- IF FND_API.To_Boolean(p_commit) THEN
1648: -- COMMIT WORK;
1649: -- END IF;
1650:
1651: -- Standard call to get message count and if count is 1, get message info.
1652:
1653: FND_MSG_PUB.Count_And_Get (
1654: p_count => x_msg_count,
1655: p_data => x_msg_data );