DBA Data[Home] [Help]

APPS.OZF_NET_ACCRUAL_ENGINE_PVT dependencies on STANDARD

Line 1719: -- Standard Start of API savepoint

1715: l_idsm_line_processed NUMBER := 0;
1716: --
1717:
1718: BEGIN
1719: -- Standard Start of API savepoint
1720: SAVEPOINT net_accrual_engine;
1721:
1722: RETCODE := '0';
1723:

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

3503: OZF_Utility_PVT.Error_Message(p_message_name => 'OZF_API_RESOURCE_LOCKED');
3504:
3505: WHEN FND_API.G_EXC_ERROR THEN
3506: ROLLBACK TO net_accrual_engine;
3507: -- Standard call to get message count and if count=1, get the message
3508: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
3509: p_count => l_msg_count,
3510: p_data => l_msg_data);
3511:

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

3513: RETCODE := '2';
3514:
3515: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3516: ROLLBACK TO net_accrual_engine;
3517: -- Standard call to get message count and if count=1, get the message
3518: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
3519: p_count => l_msg_count,
3520: p_data => l_msg_data);
3521:

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

3523: RETCODE := '2';
3524:
3525: WHEN OTHERS THEN
3526: ROLLBACK TO net_accrual_engine;
3527: -- Standard call to get message count and if count=1, get the message
3528: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
3529: p_count => l_msg_count,
3530: p_data => l_msg_data);
3531: --ERRBUF := l_msg_data;