DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT dependencies on STANDARD

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

4977:
4978: l_new_fund_id NUMBER;
4979: l_fund_rec fund_rec_type;
4980:
4981: -- for non-standard out params in copy_act_access
4982: l_errnum NUMBER;
4983: l_errcode VARCHAR2(30);
4984: l_errmsg VARCHAR2(4000);
4985:

Line 5014: -- Standard Start of API savepoint

5010: WHERE qp_list_header_id = p_obj_id;
5011: -- julou: end
5012:
5013: BEGIN
5014: -- Standard Start of API savepoint
5015: SAVEPOINT copy_fund;
5016:
5017: -- Standard call to check for call compatibility.
5018: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

5013: BEGIN
5014: -- Standard Start of API savepoint
5015: SAVEPOINT copy_fund;
5016:
5017: -- Standard call to check for call compatibility.
5018: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
5019: p_api_version,
5020: l_api_name,
5021: G_PKG_NAME)

Line 5268: -- Standard check for p_commit

5264: --
5265: -- End of API body.
5266: --
5267:
5268: -- Standard check for p_commit
5269: IF FND_API.to_Boolean( p_commit ) THEN
5270: COMMIT WORK;
5271: END IF;
5272:

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

5275: IF G_DEBUG THEN
5276: OZF_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' end');
5277: END IF;
5278:
5279: -- Standard call to get message count and if count is 1, get message info.
5280: FND_MSG_PUB.Count_And_Get (
5281: p_count => x_msg_count,
5282: p_data => x_msg_data
5283: );

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

5284: EXCEPTION
5285: WHEN FND_API.G_EXC_ERROR THEN
5286: ROLLBACK TO copy_fund;
5287: x_return_status := FND_API.G_RET_STS_ERROR;
5288: -- Standard call to get message count and if count=1, get the message
5289: FND_MSG_PUB.Count_And_Get (
5290: p_encoded => FND_API.G_FALSE,
5291: p_count => x_msg_count,
5292: p_data => x_msg_data

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

5293: );
5294: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5295: ROLLBACK TO copy_fund;
5296: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5297: -- Standard call to get message count and if count=1, get the message
5298: FND_MSG_PUB.Count_And_Get (
5299: p_encoded => FND_API.G_FALSE,
5300: p_count => x_msg_count,
5301: p_data => x_msg_data

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

5305: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5306: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
5307: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
5308: END IF;
5309: -- Standard call to get message count and if count=1, get the message
5310: FND_MSG_PUB.Count_And_Get (
5311: p_encoded => FND_API.G_FALSE,
5312: p_count => x_msg_count,
5313: p_data => x_msg_data

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

5362: start with fund_id = p_fund_rec.fund_id;
5363:
5364: BEGIN
5365:
5366: -- Standard call to check for call compatibility.
5367: IF NOT FND_API.Compatible_API_Call ( l_api_version,
5368: p_api_version,
5369: l_api_name,
5370: G_PKG_NAME)

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

5511: l_count NUMBER := 1 ;
5512: l_owner_exist BOOLEAN := false;
5513:
5514: BEGIN
5515: -- Standard call to check for call compatibility.
5516: IF NOT FND_API.Compatible_API_Call ( l_api_version,
5517: p_api_version,
5518: l_api_name,
5519: G_PKG_NAME)