DBA Data[Home] [Help]

APPS.OZF_SPLIT_CLAIM_PVT dependencies on STANDARD

Line 1292: -- Standard begin of API savepoint

1288: FROM ozf_claims_all
1289: WHERE claim_id = p_claim_id;
1290:
1291: BEGIN
1292: -- Standard begin of API savepoint
1293: SAVEPOINT Create_Child_Tbl_PVT;
1294:
1295: -- Standard call to check for call compatibility.
1296: IF NOT FND_API.Compatible_API_Call (

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

1291: BEGIN
1292: -- Standard begin of API savepoint
1293: SAVEPOINT Create_Child_Tbl_PVT;
1294:
1295: -- Standard call to check for call compatibility.
1296: IF NOT FND_API.Compatible_API_Call (
1297: l_api_version,
1298: p_api_version,
1299: l_api_name,

Line 1478: --Standard check of commit

1474: END IF;
1475: ELSE
1476: g_history_created := false;
1477: END IF;
1478: --Standard check of commit
1479: IF FND_API.To_Boolean ( p_commit ) THEN
1480: COMMIT WORK;
1481: END IF;
1482:

Line 1490: --Standard call to get message count and if count=1, get the message

1486: FND_MESSAGE.Set_Token('TEXT',l_full_name||': End');
1487: FND_MSG_PUB.Add;
1488: END IF;
1489:
1490: --Standard call to get message count and if count=1, get the message
1491: FND_MSG_PUB.Count_And_Get (
1492: p_encoded => FND_API.G_FALSE,
1493: p_count => x_msg_count,
1494: p_data => x_msg_data

Line 1500: -- Standard call to get message count and if count=1, get the message

1496: EXCEPTION
1497: WHEN FND_API.G_EXC_ERROR THEN
1498: ROLLBACK TO Create_Child_Tbl_PVT;
1499: x_return_status := FND_API.G_RET_STS_ERROR;
1500: -- Standard call to get message count and if count=1, get the message
1501: FND_MSG_PUB.Count_And_Get (
1502: p_encoded => FND_API.G_FALSE,
1503: p_count => x_msg_count,
1504: p_data => x_msg_data

Line 1509: -- Standard call to get message count and if count=1, get the message

1505: );
1506: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1507: ROLLBACK TO Create_Child_Tbl_PVT;
1508: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1509: -- Standard call to get message count and if count=1, get the message
1510: FND_MSG_PUB.Count_And_Get (
1511: p_encoded => FND_API.G_FALSE,
1512: p_count => x_msg_count,
1513: p_data => x_msg_data

Line 1521: -- Standard call to get message count and if count=1, get the message

1517: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1518: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1519: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1520: END IF;
1521: -- Standard call to get message count and if count=1, get the message
1522: FND_MSG_PUB.Count_And_Get (
1523: p_encoded => FND_API.G_FALSE,
1524: p_count => x_msg_count,
1525: p_data => x_msg_data

Line 1574: -- Standard begin of API savepoint

1570: l_temp_need_to_create VARCHAR2(20);
1571: l_temp_clm_history_id NUMBER;
1572: l_access varchar2(1) := 'N';
1573: BEGIN
1574: -- Standard begin of API savepoint
1575: SAVEPOINT Update_Child_Tbl_PVT;
1576:
1577: -- Standard call to check for call compatibility.
1578: IF NOT FND_API.Compatible_API_Call (

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

1573: BEGIN
1574: -- Standard begin of API savepoint
1575: SAVEPOINT Update_Child_Tbl_PVT;
1576:
1577: -- Standard call to check for call compatibility.
1578: IF NOT FND_API.Compatible_API_Call (
1579: l_api_version,
1580: p_api_version,
1581: l_api_name,

Line 1704: --Standard check of commit

1700: );
1701: g_history_created := true;
1702: END IF;
1703:
1704: --Standard check of commit
1705: IF FND_API.To_Boolean ( p_commit ) THEN
1706: COMMIT WORK;
1707: END IF;
1708:

Line 1716: --Standard call to get message count and if count=1, get the message

1712: FND_MESSAGE.Set_Token('TEXT',l_full_name||': End');
1713: FND_MSG_PUB.Add;
1714: END IF;
1715:
1716: --Standard call to get message count and if count=1, get the message
1717: FND_MSG_PUB.Count_And_Get (
1718: p_encoded => FND_API.G_FALSE,
1719: p_count => x_msg_count,
1720: p_data => x_msg_data

Line 1726: -- Standard call to get message count and if count=1, get the message

1722: EXCEPTION
1723: WHEN FND_API.G_EXC_ERROR THEN
1724: ROLLBACK TO Update_Child_Tbl_PVT;
1725: x_return_status := FND_API.G_RET_STS_ERROR;
1726: -- Standard call to get message count and if count=1, get the message
1727: FND_MSG_PUB.Count_And_Get (
1728: p_encoded => FND_API.G_FALSE,
1729: p_count => x_msg_count,
1730: p_data => x_msg_data

Line 1735: -- Standard call to get message count and if count=1, get the message

1731: );
1732: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1733: ROLLBACK TO Update_Child_Tbl_PVT;
1734: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1735: -- Standard call to get message count and if count=1, get the message
1736: FND_MSG_PUB.Count_And_Get (
1737: p_encoded => FND_API.G_FALSE,
1738: p_count => x_msg_count,
1739: p_data => x_msg_data

Line 1747: -- Standard call to get message count and if count=1, get the message

1743: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1744: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1745: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1746: END IF;
1747: -- Standard call to get message count and if count=1, get the message
1748: FND_MSG_PUB.Count_And_Get (
1749: p_encoded => FND_API.G_FALSE,
1750: p_count => x_msg_count,
1751: p_data => x_msg_data