DBA Data[Home] [Help]

APPS.CSD_REPAIR_GROUPS_PVT dependencies on STANDARD

Line 44: --Standard Start of API savepoint

40:
41:
42: BEGIN
43: -----------------------------------
44: --Standard Start of API savepoint
45: -----------------------------------
46: SAVEPOINT create_repair_order_group;
47:
48: -----------------------------------------------------

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

45: -----------------------------------
46: SAVEPOINT create_repair_order_group;
47:
48: -----------------------------------------------------
49: -- Standard call to check for call compatibility.
50: -----------------------------------------------------
51: IF NOT FND_API.Compatible_API_Call (l_api_version,
52: p_api_version,
53: l_api_name ,

Line 291: -- Standard check for p_commit

287: -- API Ends
288: -------------
289:
290: --------------------------------
291: -- Standard check for p_commit
292: --------------------------------
293:
294: IF FND_API.to_Boolean(p_commit)
295: THEN

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

296: COMMIT;
297: END IF;
298:
299: --------------------------------------------------------------------------
300: -- Standard call to get message count and if count is 1, get message info.
301: --------------------------------------------------------------------------
302: FND_MSG_PUB.Count_And_Get
303: (p_count => x_msg_count,
304: p_data => x_msg_data

Line 379: -- Standard Start of API savepoint

375:
376: BEGIN
377:
378: -----------------------------------
379: -- Standard Start of API savepoint
380: -----------------------------------
381: SAVEPOINT update_repair_order_group;
382:
383: --------------------------------------------------

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

380: -----------------------------------
381: SAVEPOINT update_repair_order_group;
382:
383: --------------------------------------------------
384: -- Standard call to check for call compatibility.
385: --------------------------------------------------
386: IF NOT FND_API.Compatible_API_Call (l_api_version,
387: p_api_version,
388: l_api_name ,

Line 622: -- Standard check for p_commit

618: x_repair_order_group_rec.object_version_number := l_obj_ver_num + 1;
619:
620:
621: --------------------------------
622: -- Standard check for p_commit
623: --------------------------------
624: IF FND_API.to_Boolean(p_commit)
625: THEN
626: COMMIT;

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

626: COMMIT;
627: END IF;
628:
629: --------------------------------------------------------------------------
630: -- Standard call to get message count and if count is 1, get message info.
631: --------------------------------------------------------------------------
632: FND_MSG_PUB.Count_And_Get
633: (p_count => x_msg_count,
634: p_data => x_msg_data

Line 697: -- Standard Start of API savepoint

693:
694: BEGIN
695:
696: ------------------------------------
697: -- Standard Start of API savepoint
698: ------------------------------------
699: SAVEPOINT delete_repair_order_group;
700:
701: -------------------------------------------------

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

698: ------------------------------------
699: SAVEPOINT delete_repair_order_group;
700:
701: -------------------------------------------------
702: -- Standard call to check for call compatibility.
703: -------------------------------------------------
704: IF NOT FND_API.Compatible_API_Call (l_api_version,
705: p_api_version,
706: l_api_name ,

Line 796: -- Standard check for p_commit

792: CSD_REPAIR_ORDER_GROUPS_PKG.Delete_Row
793: ( p_REPAIR_GROUP_ID => p_repair_group_id);
794:
795: -------------------------------
796: -- Standard check for p_commit
797: -------------------------------
798: IF FND_API.to_Boolean(p_commit)
799: THEN
800: COMMIT;

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

800: COMMIT;
801: END IF;
802:
803: ---------------------------------------------------------------------------
804: -- Standard call to get message count and if count is 1, get message info.
805: ---------------------------------------------------------------------------
806: FND_MSG_PUB.Count_And_Get
807: (p_count => x_msg_count,
808: p_data => x_msg_data

Line 869: -- Standard Start of API savepoint

865:
866: BEGIN
867:
868: -----------------------------------
869: -- Standard Start of API savepoint
870: -----------------------------------
871: SAVEPOINT lock_repair_order_group;
872:
873: -------------------------------------------------

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

870: -----------------------------------
871: SAVEPOINT lock_repair_order_group;
872:
873: -------------------------------------------------
874: -- Standard call to check for call compatibility.
875: -------------------------------------------------
876: IF NOT FND_API.Compatible_API_Call (l_api_version,
877: p_api_version,
878: l_api_name ,

Line 910: -- Standard check for p_commit

906: p_REPAIR_GROUP_ID => p_repair_order_group_rec.repair_group_id,
907: p_OBJECT_VERSION_NUMBER => p_repair_order_group_rec.object_version_number);
908:
909: --------------------------------
910: -- Standard check for p_commit
911: --------------------------------
912: IF FND_API.to_Boolean(p_commit)
913: THEN
914: COMMIT;

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

914: COMMIT;
915: END IF;
916:
917: --------------------------------------------------------------------------
918: -- Standard call to get message count and if count is 1, get message info.
919: --------------------------------------------------------------------------
920: FND_MSG_PUB.Count_And_Get
921: (p_count => x_msg_count,
922: p_data => x_msg_data

Line 1005: -- Standard Start of API savepoint

1001:
1002: BEGIN
1003:
1004: -----------------------------------
1005: -- Standard Start of API savepoint
1006: -----------------------------------
1007: SAVEPOINT apply_to_group;
1008:
1009: -------------------------------------------------

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

1006: -----------------------------------
1007: SAVEPOINT apply_to_group;
1008:
1009: -------------------------------------------------
1010: -- Standard call to check for call compatibility.
1011: -------------------------------------------------
1012: IF NOT FND_API.Compatible_API_Call (l_api_version,
1013: p_api_version,
1014: l_api_name ,

Line 1323: -- Standard check for p_commit

1319:
1320: END IF;
1321:
1322: --------------------------------
1323: -- Standard check for p_commit
1324: --------------------------------
1325: IF FND_API.to_Boolean(p_commit)
1326: THEN
1327: COMMIT;

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

1327: COMMIT;
1328: END IF;
1329:
1330: --------------------------------------------------------------------------
1331: -- Standard call to get message count and if count is 1, get message info.
1332: --------------------------------------------------------------------------
1333: FND_MSG_PUB.Count_And_Get
1334: (p_count => x_msg_count,
1335: p_data => x_msg_data