DBA Data[Home] [Help]

APPS.OZF_SPLIT_CLAIM_PVT dependencies on STANDARD

Line 1241: -- Standard begin of API savepoint

1237: FROM ozf_claims_all
1238: WHERE claim_id = p_claim_id;
1239:
1240: BEGIN
1241: -- Standard begin of API savepoint
1242: SAVEPOINT Create_Child_Tbl_PVT;
1243:
1244: -- Standard call to check for call compatibility.
1245: IF NOT FND_API.Compatible_API_Call (

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

1240: BEGIN
1241: -- Standard begin of API savepoint
1242: SAVEPOINT Create_Child_Tbl_PVT;
1243:
1244: -- Standard call to check for call compatibility.
1245: IF NOT FND_API.Compatible_API_Call (
1246: l_api_version,
1247: p_api_version,
1248: l_api_name,

Line 1426: --Standard check of commit

1422: END IF;
1423: ELSE
1424: g_history_created := false;
1425: END IF;
1426: --Standard check of commit
1427: IF FND_API.To_Boolean ( p_commit ) THEN
1428: COMMIT WORK;
1429: END IF;
1430:

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

1434: FND_MESSAGE.Set_Token('TEXT',l_full_name||': End');
1435: FND_MSG_PUB.Add;
1436: END IF;
1437:
1438: --Standard call to get message count and if count=1, get the message
1439: FND_MSG_PUB.Count_And_Get (
1440: p_encoded => FND_API.G_FALSE,
1441: p_count => x_msg_count,
1442: p_data => x_msg_data

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

1444: EXCEPTION
1445: WHEN FND_API.G_EXC_ERROR THEN
1446: ROLLBACK TO Create_Child_Tbl_PVT;
1447: x_return_status := FND_API.G_RET_STS_ERROR;
1448: -- Standard call to get message count and if count=1, get the message
1449: FND_MSG_PUB.Count_And_Get (
1450: p_encoded => FND_API.G_FALSE,
1451: p_count => x_msg_count,
1452: p_data => x_msg_data

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

1453: );
1454: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1455: ROLLBACK TO Create_Child_Tbl_PVT;
1456: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1457: -- Standard call to get message count and if count=1, get the message
1458: FND_MSG_PUB.Count_And_Get (
1459: p_encoded => FND_API.G_FALSE,
1460: p_count => x_msg_count,
1461: p_data => x_msg_data

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

1465: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1466: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1467: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1468: END IF;
1469: -- Standard call to get message count and if count=1, get the message
1470: FND_MSG_PUB.Count_And_Get (
1471: p_encoded => FND_API.G_FALSE,
1472: p_count => x_msg_count,
1473: p_data => x_msg_data

Line 1522: -- Standard begin of API savepoint

1518: l_temp_need_to_create VARCHAR2(20);
1519: l_temp_clm_history_id NUMBER;
1520: l_access varchar2(1) := 'N';
1521: BEGIN
1522: -- Standard begin of API savepoint
1523: SAVEPOINT Update_Child_Tbl_PVT;
1524:
1525: -- Standard call to check for call compatibility.
1526: IF NOT FND_API.Compatible_API_Call (

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

1521: BEGIN
1522: -- Standard begin of API savepoint
1523: SAVEPOINT Update_Child_Tbl_PVT;
1524:
1525: -- Standard call to check for call compatibility.
1526: IF NOT FND_API.Compatible_API_Call (
1527: l_api_version,
1528: p_api_version,
1529: l_api_name,

Line 1652: --Standard check of commit

1648: );
1649: g_history_created := true;
1650: END IF;
1651:
1652: --Standard check of commit
1653: IF FND_API.To_Boolean ( p_commit ) THEN
1654: COMMIT WORK;
1655: END IF;
1656:

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

1660: FND_MESSAGE.Set_Token('TEXT',l_full_name||': End');
1661: FND_MSG_PUB.Add;
1662: END IF;
1663:
1664: --Standard call to get message count and if count=1, get the message
1665: FND_MSG_PUB.Count_And_Get (
1666: p_encoded => FND_API.G_FALSE,
1667: p_count => x_msg_count,
1668: p_data => x_msg_data

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

1670: EXCEPTION
1671: WHEN FND_API.G_EXC_ERROR THEN
1672: ROLLBACK TO Update_Child_Tbl_PVT;
1673: x_return_status := FND_API.G_RET_STS_ERROR;
1674: -- Standard call to get message count and if count=1, get the message
1675: FND_MSG_PUB.Count_And_Get (
1676: p_encoded => FND_API.G_FALSE,
1677: p_count => x_msg_count,
1678: p_data => x_msg_data

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

1679: );
1680: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1681: ROLLBACK TO Update_Child_Tbl_PVT;
1682: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1683: -- Standard call to get message count and if count=1, get the message
1684: FND_MSG_PUB.Count_And_Get (
1685: p_encoded => FND_API.G_FALSE,
1686: p_count => x_msg_count,
1687: p_data => x_msg_data

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

1691: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1692: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1693: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1694: END IF;
1695: -- Standard call to get message count and if count=1, get the message
1696: FND_MSG_PUB.Count_And_Get (
1697: p_encoded => FND_API.G_FALSE,
1698: p_count => x_msg_count,
1699: p_data => x_msg_data