DBA Data[Home] [Help]

APPS.WIP_EAMWORKORDER_PVT dependencies on STANDARD

Line 76: -- Standard Start of API savepoint

72: end if;
73: l_maint_obj_fnd :='N';
74: l_eam_wo_rec.asset_activity_id := p_work_order_rec.primary_item_id;
75:
76: -- Standard Start of API savepoint
77: SAVEPOINT Create_EAM_Work_Order_PVT;
78: -- Standard call to check for call compatibility.
79: IF NOT FND_API.Compatible_API_Call (l_api_version,
80: p_api_version,

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

74: l_eam_wo_rec.asset_activity_id := p_work_order_rec.primary_item_id;
75:
76: -- Standard Start of API savepoint
77: SAVEPOINT Create_EAM_Work_Order_PVT;
78: -- Standard call to check for call compatibility.
79: IF NOT FND_API.Compatible_API_Call (l_api_version,
80: p_api_version,
81: l_api_name,
82: G_PKG_NAME )

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

396: COMMIT WORK;
397: END IF;
398:
399: -- End of API body.
400: -- Standard call to get message count and if count is 1, get message info.
401: FND_MSG_PUB.Count_And_Get
402: (p_count => x_msg_count,
403: p_data => x_msg_data
404: );

Line 466: -- Standard Start of API savepoint

462: l_api_version CONSTANT NUMBER := 1.0;
463:
464:
465: BEGIN
466: -- Standard Start of API savepoint
467: SAVEPOINT Get_EAM_Act_Cause_Default_PVT;
468: -- Standard call to check for call compatibility.
469: IF NOT FND_API.Compatible_API_Call (l_api_version,
470: p_api_version,

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

464:
465: BEGIN
466: -- Standard Start of API savepoint
467: SAVEPOINT Get_EAM_Act_Cause_Default_PVT;
468: -- Standard call to check for call compatibility.
469: IF NOT FND_API.Compatible_API_Call (l_api_version,
470: p_api_version,
471: l_api_name,
472: G_PKG_NAME )

Line 546: -- Standard check of p_commit.

542: END IF;
543:
544:
545: -- End of API body.
546: -- Standard check of p_commit.
547: IF FND_API.To_Boolean( p_commit ) THEN
548: COMMIT WORK;
549: END IF;
550: -- Standard call to get message count and if count is 1, get message info.

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

546: -- Standard check of p_commit.
547: IF FND_API.To_Boolean( p_commit ) THEN
548: COMMIT WORK;
549: END IF;
550: -- Standard call to get message count and if count is 1, get message info.
551: FND_MSG_PUB.Count_And_Get
552: (p_count => x_msg_count,
553: p_data => x_msg_data
554: );

Line 693: -- Standard Start of API savepoint

689: l_api_version CONSTANT NUMBER := 1.0;
690:
691:
692: BEGIN
693: -- Standard Start of API savepoint
694: SAVEPOINT Get_EAM_Act_Type_Default_PVT;
695: -- Standard call to check for call compatibility.
696: IF NOT FND_API.Compatible_API_Call (l_api_version,
697: p_api_version,

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

691:
692: BEGIN
693: -- Standard Start of API savepoint
694: SAVEPOINT Get_EAM_Act_Type_Default_PVT;
695: -- Standard call to check for call compatibility.
696: IF NOT FND_API.Compatible_API_Call (l_api_version,
697: p_api_version,
698: l_api_name,
699: G_PKG_NAME)

Line 772: -- Standard check of p_commit.

768:
769: END IF;
770:
771: -- End of API body.
772: -- Standard check of p_commit.
773: IF FND_API.To_Boolean( p_commit ) THEN
774: COMMIT WORK;
775: END IF;
776: -- Standard call to get message count and if count is 1, get message info.

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

772: -- Standard check of p_commit.
773: IF FND_API.To_Boolean( p_commit ) THEN
774: COMMIT WORK;
775: END IF;
776: -- Standard call to get message count and if count is 1, get message info.
777: FND_MSG_PUB.Count_And_Get
778: (p_count => x_msg_count,
779: p_data => x_msg_data
780: );

Line 844: -- Standard Start of API savepoint

840: l_api_version CONSTANT NUMBER := 1.0;
841:
842:
843: BEGIN
844: -- Standard Start of API savepoint
845: SAVEPOINT Get_EAM_Act_Source_Default_PVT;
846: -- Standard call to check for call compatibility.
847: IF NOT FND_API.Compatible_API_Call (l_api_version,
848: p_api_version,

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

842:
843: BEGIN
844: -- Standard Start of API savepoint
845: SAVEPOINT Get_EAM_Act_Source_Default_PVT;
846: -- Standard call to check for call compatibility.
847: IF NOT FND_API.Compatible_API_Call (l_api_version,
848: p_api_version,
849: l_api_name,
850: G_PKG_NAME)

Line 923: -- Standard check of p_commit.

919:
920: END IF;
921:
922: -- End of API body.
923: -- Standard check of p_commit.
924: IF FND_API.To_Boolean( p_commit ) THEN
925: COMMIT WORK;
926: END IF;
927: -- Standard call to get message count and if count is 1, get message info.

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

923: -- Standard check of p_commit.
924: IF FND_API.To_Boolean( p_commit ) THEN
925: COMMIT WORK;
926: END IF;
927: -- Standard call to get message count and if count is 1, get message info.
928: FND_MSG_PUB.Count_And_Get
929: (p_count => x_msg_count,
930: p_data => x_msg_data
931: );

Line 994: -- Standard Start of API savepoint

990: l_api_name CONSTANT VARCHAR2(30) := 'Get_EAM_Shutdown_Default';
991: l_api_version CONSTANT NUMBER := 1.0;
992:
993: BEGIN
994: -- Standard Start of API savepoint
995: SAVEPOINT Get_EAM_Shutdown_Default_PVT;
996: -- Standard call to check for call compatibility.
997: IF NOT FND_API.Compatible_API_Call (l_api_version,
998: p_api_version,

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

992:
993: BEGIN
994: -- Standard Start of API savepoint
995: SAVEPOINT Get_EAM_Shutdown_Default_PVT;
996: -- Standard call to check for call compatibility.
997: IF NOT FND_API.Compatible_API_Call (l_api_version,
998: p_api_version,
999: l_api_name,
1000: G_PKG_NAME)

Line 1075: -- Standard check of p_commit.

1071:
1072: END IF;
1073:
1074: -- End of API body.
1075: -- Standard check of p_commit.
1076: IF FND_API.To_Boolean( p_commit ) THEN
1077: COMMIT WORK;
1078: END IF;
1079: -- Standard call to get message count and if count is 1, get message info.

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

1075: -- Standard check of p_commit.
1076: IF FND_API.To_Boolean( p_commit ) THEN
1077: COMMIT WORK;
1078: END IF;
1079: -- Standard call to get message count and if count is 1, get message info.
1080: FND_MSG_PUB.Count_And_Get
1081: (p_count => x_msg_count,
1082: p_data => x_msg_data
1083: );

Line 1147: -- Standard Start of API savepoint

1143: l_api_version CONSTANT NUMBER := 1.0;
1144:
1145:
1146: BEGIN
1147: -- Standard Start of API savepoint
1148: SAVEPOINT Get_EAM_Notification_Def_PVT;
1149: -- Standard call to check for call compatibility.
1150: IF NOT FND_API.Compatible_API_Call (l_api_version,
1151: p_api_version,

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

1145:
1146: BEGIN
1147: -- Standard Start of API savepoint
1148: SAVEPOINT Get_EAM_Notification_Def_PVT;
1149: -- Standard call to check for call compatibility.
1150: IF NOT FND_API.Compatible_API_Call (l_api_version,
1151: p_api_version,
1152: l_api_name,
1153: G_PKG_NAME)

Line 1233: -- Standard check of p_commit.

1229:
1230: END IF;
1231:
1232: -- End of API body.
1233: -- Standard check of p_commit.
1234: IF FND_API.To_Boolean( p_commit ) THEN
1235: COMMIT WORK;
1236: END IF;
1237: -- Standard call to get message count and if count is 1, get message info.

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

1233: -- Standard check of p_commit.
1234: IF FND_API.To_Boolean( p_commit ) THEN
1235: COMMIT WORK;
1236: END IF;
1237: -- Standard call to get message count and if count is 1, get message info.
1238: FND_MSG_PUB.Count_And_Get
1239: (p_count => x_msg_count,
1240: p_data => x_msg_data
1241: );

Line 1305: -- Standard Start of API savepoint

1301: l_api_version CONSTANT NUMBER := 1.0;
1302:
1303:
1304: BEGIN
1305: -- Standard Start of API savepoint
1306: SAVEPOINT Get_EAM_Tagout_Default_PVT;
1307: -- Standard call to check for call compatibility.
1308: IF NOT FND_API.Compatible_API_Call (l_api_version,
1309: p_api_version,

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

1303:
1304: BEGIN
1305: -- Standard Start of API savepoint
1306: SAVEPOINT Get_EAM_Tagout_Default_PVT;
1307: -- Standard call to check for call compatibility.
1308: IF NOT FND_API.Compatible_API_Call (l_api_version,
1309: p_api_version,
1310: l_api_name,
1311: G_PKG_NAME)

Line 1370: -- Standard check of p_commit.

1366:
1367: END IF;
1368:
1369: -- End of API body.
1370: -- Standard check of p_commit.
1371: IF FND_API.To_Boolean( p_commit ) THEN
1372: COMMIT WORK;
1373: END IF;
1374: -- Standard call to get message count and if count is 1, get message info.

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

1370: -- Standard check of p_commit.
1371: IF FND_API.To_Boolean( p_commit ) THEN
1372: COMMIT WORK;
1373: END IF;
1374: -- Standard call to get message count and if count is 1, get message info.
1375: FND_MSG_PUB.Count_And_Get
1376: (p_count => x_msg_count,
1377: p_data => x_msg_data
1378: );

Line 1443: -- Standard Start of API savepoint

1439: l_api_version CONSTANT NUMBER := 1.0;
1440: l_act_assoc_id NUMBER;
1441:
1442: BEGIN
1443: -- Standard Start of API savepoint
1444: SAVEPOINT Get_EAM_Owning_Dept_Def_PVT;
1445: -- Standard call to check for call compatibility.
1446: IF NOT FND_API.Compatible_API_Call (l_api_version,
1447: p_api_version,

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

1441:
1442: BEGIN
1443: -- Standard Start of API savepoint
1444: SAVEPOINT Get_EAM_Owning_Dept_Def_PVT;
1445: -- Standard call to check for call compatibility.
1446: IF NOT FND_API.Compatible_API_Call (l_api_version,
1447: p_api_version,
1448: l_api_name,
1449: G_PKG_NAME)

Line 1533: -- Standard check of p_commit.

1529:
1530: END IF;
1531:
1532: -- End of API body.
1533: -- Standard check of p_commit.
1534: IF FND_API.To_Boolean( p_commit ) THEN
1535: COMMIT WORK;
1536: END IF;
1537: -- Standard call to get message count and if count is 1, get message info.

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

1533: -- Standard check of p_commit.
1534: IF FND_API.To_Boolean( p_commit ) THEN
1535: COMMIT WORK;
1536: END IF;
1537: -- Standard call to get message count and if count is 1, get message info.
1538: FND_MSG_PUB.Count_And_Get
1539: (p_count => x_msg_count,
1540: p_data => x_msg_data
1541: );

Line 1603: -- Standard Start of API savepoint

1599: l_api_version CONSTANT NUMBER := 1.0;
1600: l_act_assoc_id NUMBER;
1601:
1602: BEGIN
1603: -- Standard Start of API savepoint
1604: SAVEPOINT Get_EAM_ACT_WO_Type_Def_PVT;
1605: -- Standard call to check for call compatibility.
1606: IF NOT FND_API.Compatible_API_Call (l_api_version,
1607: p_api_version,

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

1601:
1602: BEGIN
1603: -- Standard Start of API savepoint
1604: SAVEPOINT Get_EAM_ACT_WO_Type_Def_PVT;
1605: -- Standard call to check for call compatibility.
1606: IF NOT FND_API.Compatible_API_Call (l_api_version,
1607: p_api_version,
1608: l_api_name,
1609: G_PKG_NAME)

Line 1640: -- Standard check of p_commit.

1636: END;
1637:
1638: -- END IF;
1639: -- End of API body.
1640: -- Standard check of p_commit.
1641: IF FND_API.To_Boolean( p_commit ) THEN
1642: COMMIT WORK;
1643: END IF;
1644: -- Standard call to get message count and if count is 1, get message info.

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

1640: -- Standard check of p_commit.
1641: IF FND_API.To_Boolean( p_commit ) THEN
1642: COMMIT WORK;
1643: END IF;
1644: -- Standard call to get message count and if count is 1, get message info.
1645: FND_MSG_PUB.Count_And_Get
1646: (p_count => x_msg_count,
1647: p_data => x_msg_data
1648: );

Line 1706: -- Standard Start of API savepoint

1702: l_api_version CONSTANT NUMBER := 1.0;
1703: l_act_assoc_id NUMBER;
1704:
1705: BEGIN
1706: -- Standard Start of API savepoint
1707: SAVEPOINT Get_EAM_ACT_Planner_Def_PVT;
1708: -- Standard call to check for call compatibility.
1709: IF NOT FND_API.Compatible_API_Call (l_api_version,
1710: p_api_version,

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

1704:
1705: BEGIN
1706: -- Standard Start of API savepoint
1707: SAVEPOINT Get_EAM_ACT_Planner_Def_PVT;
1708: -- Standard call to check for call compatibility.
1709: IF NOT FND_API.Compatible_API_Call (l_api_version,
1710: p_api_version,
1711: l_api_name,
1712: G_PKG_NAME)

Line 1742: -- Standard check of p_commit.

1738: END;
1739:
1740: -- END IF;
1741: -- End of API body.
1742: -- Standard check of p_commit.
1743: IF FND_API.To_Boolean( p_commit ) THEN
1744: COMMIT WORK;
1745: END IF;
1746: -- Standard call to get message count and if count is 1, get message info.

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

1742: -- Standard check of p_commit.
1743: IF FND_API.To_Boolean( p_commit ) THEN
1744: COMMIT WORK;
1745: END IF;
1746: -- Standard call to get message count and if count is 1, get message info.
1747: FND_MSG_PUB.Count_And_Get
1748: (p_count => x_msg_count,
1749: p_data => x_msg_data
1750: );

Line 1807: -- Standard Start of API savepoint

1803: l_api_version CONSTANT NUMBER := 1.0;
1804: l_act_assoc_id NUMBER;
1805:
1806: BEGIN
1807: -- Standard Start of API savepoint
1808: SAVEPOINT Get_EAM_ACT_Firm_Def_PVT;
1809: -- Standard call to check for call compatibility.
1810: IF NOT FND_API.Compatible_API_Call (l_api_version,
1811: p_api_version,

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

1805:
1806: BEGIN
1807: -- Standard Start of API savepoint
1808: SAVEPOINT Get_EAM_ACT_Firm_Def_PVT;
1809: -- Standard call to check for call compatibility.
1810: IF NOT FND_API.Compatible_API_Call (l_api_version,
1811: p_api_version,
1812: l_api_name,
1813: G_PKG_NAME)

Line 1843: -- Standard check of p_commit.

1839: END;
1840:
1841: -- END IF;
1842: -- End of API body.
1843: -- Standard check of p_commit.
1844: IF FND_API.To_Boolean( p_commit ) THEN
1845: COMMIT WORK;
1846: END IF;
1847: -- Standard call to get message count and if count is 1, get message info.

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

1843: -- Standard check of p_commit.
1844: IF FND_API.To_Boolean( p_commit ) THEN
1845: COMMIT WORK;
1846: END IF;
1847: -- Standard call to get message count and if count is 1, get message info.
1848: FND_MSG_PUB.Count_And_Get
1849: (p_count => x_msg_count,
1850: p_data => x_msg_data
1851: );

Line 1908: -- Standard Start of API savepoint

1904: l_api_version CONSTANT NUMBER := 1.0;
1905: l_act_assoc_id NUMBER;
1906:
1907: BEGIN
1908: -- Standard Start of API savepoint
1909: SAVEPOINT Get_EAM_ACT_Planned_Def_PVT;
1910: -- Standard call to check for call compatibility.
1911: IF NOT FND_API.Compatible_API_Call (l_api_version,
1912: p_api_version,

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

1906:
1907: BEGIN
1908: -- Standard Start of API savepoint
1909: SAVEPOINT Get_EAM_ACT_Planned_Def_PVT;
1910: -- Standard call to check for call compatibility.
1911: IF NOT FND_API.Compatible_API_Call (l_api_version,
1912: p_api_version,
1913: l_api_name,
1914: G_PKG_NAME)

Line 1944: -- Standard check of p_commit.

1940: END;
1941:
1942: -- END IF;
1943: -- End of API body.
1944: -- Standard check of p_commit.
1945: IF FND_API.To_Boolean( p_commit ) THEN
1946: COMMIT WORK;
1947: END IF;
1948: -- Standard call to get message count and if count is 1, get message info.

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

1944: -- Standard check of p_commit.
1945: IF FND_API.To_Boolean( p_commit ) THEN
1946: COMMIT WORK;
1947: END IF;
1948: -- Standard call to get message count and if count is 1, get message info.
1949: FND_MSG_PUB.Count_And_Get
1950: (p_count => x_msg_count,
1951: p_data => x_msg_data
1952: );