DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT dependencies on STANDARD

Line 5383: -- for non-standard out params in copy_act_access

5379:
5380: l_new_fund_id NUMBER;
5381: l_fund_rec fund_rec_type;
5382:
5383: -- for non-standard out params in copy_act_access
5384: l_errnum NUMBER;
5385: l_errcode VARCHAR2(30);
5386: l_errmsg VARCHAR2(4000);
5387:

Line 5416: -- Standard Start of API savepoint

5412: WHERE qp_list_header_id = p_obj_id;
5413: -- julou: end
5414:
5415: BEGIN
5416: -- Standard Start of API savepoint
5417: SAVEPOINT copy_fund;
5418:
5419: -- Standard call to check for call compatibility.
5420: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

5415: BEGIN
5416: -- Standard Start of API savepoint
5417: SAVEPOINT copy_fund;
5418:
5419: -- Standard call to check for call compatibility.
5420: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
5421: p_api_version,
5422: l_api_name,
5423: G_PKG_NAME)

Line 5696: -- Standard check for p_commit

5692: --
5693: -- End of API body.
5694: --
5695:
5696: -- Standard check for p_commit
5697: IF FND_API.to_Boolean( p_commit ) THEN
5698: COMMIT WORK;
5699: END IF;
5700:

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

5703: IF G_DEBUG THEN
5704: OZF_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' end');
5705: END IF;
5706:
5707: -- Standard call to get message count and if count is 1, get message info.
5708: FND_MSG_PUB.Count_And_Get (
5709: p_count => x_msg_count,
5710: p_data => x_msg_data
5711: );

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

5712: EXCEPTION
5713: WHEN FND_API.G_EXC_ERROR THEN
5714: ROLLBACK TO copy_fund;
5715: x_return_status := FND_API.G_RET_STS_ERROR;
5716: -- Standard call to get message count and if count=1, get the message
5717: FND_MSG_PUB.Count_And_Get (
5718: p_encoded => FND_API.G_FALSE,
5719: p_count => x_msg_count,
5720: p_data => x_msg_data

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

5721: );
5722: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5723: ROLLBACK TO copy_fund;
5724: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5725: -- Standard call to get message count and if count=1, get the message
5726: FND_MSG_PUB.Count_And_Get (
5727: p_encoded => FND_API.G_FALSE,
5728: p_count => x_msg_count,
5729: p_data => x_msg_data

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

5733: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5734: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5735: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
5736: END IF;
5737: -- Standard call to get message count and if count=1, get the message
5738: FND_MSG_PUB.Count_And_Get (
5739: p_encoded => FND_API.G_FALSE,
5740: p_count => x_msg_count,
5741: p_data => x_msg_data

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

5790: start with fund_id = p_fund_rec.fund_id;
5791:
5792: BEGIN
5793:
5794: -- Standard call to check for call compatibility.
5795: IF NOT FND_API.Compatible_API_Call ( l_api_version,
5796: p_api_version,
5797: l_api_name,
5798: G_PKG_NAME)

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

5939: l_count NUMBER := 1 ;
5940: l_owner_exist BOOLEAN := false;
5941:
5942: BEGIN
5943: -- Standard call to check for call compatibility.
5944: IF NOT FND_API.Compatible_API_Call ( l_api_version,
5945: p_api_version,
5946: l_api_name,
5947: G_PKG_NAME)