DBA Data[Home] [Help]

APPS.OZF_OFFER_PUB dependencies on STANDARD

Line 1976: -- Standard Start of API savepoint

1972: WHERE currency_code = p_currency_code
1973: AND enabled_flag='Y';
1974:
1975: BEGIN
1976: -- Standard Start of API savepoint
1977: SAVEPOINT process_offer_from_adapter;
1978:
1979: -- Standard call to check for call compatibility.
1980: IF Fnd_Api.to_boolean(p_init_msg_list) THEN

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

1975: BEGIN
1976: -- Standard Start of API savepoint
1977: SAVEPOINT process_offer_from_adapter;
1978:
1979: -- Standard call to check for call compatibility.
1980: IF Fnd_Api.to_boolean(p_init_msg_list) THEN
1981: Fnd_Msg_Pub.initialize;
1982: END IF;
1983:

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

2621: EXCEPTION
2622: WHEN FND_API.G_EXC_ERROR THEN
2623: ROLLBACK TO process_offer_from_adapter;
2624: x_return_status := FND_API.G_RET_STS_ERROR;
2625: -- Standard call to get message count and if count=1, get the message
2626: FND_MSG_PUB.Count_And_Get (
2627: p_encoded => FND_API.G_FALSE,
2628: p_count => x_msg_count,
2629: p_data => x_msg_data

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

2634: end loop;
2635: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2636: ROLLBACK TO process_offer_from_adapter;
2637: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2638: -- Standard call to get message count and if count=1, get the message
2639: FND_MSG_PUB.Count_And_Get (
2640: p_encoded => FND_API.G_FALSE,
2641: p_count => x_msg_count,
2642: p_data => x_msg_data

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

2650: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2651: THEN
2652: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
2653: END IF;
2654: -- Standard call to get message count and if count=1, get the message
2655: FND_MSG_PUB.Count_And_Get (
2656: p_encoded => FND_API.G_FALSE,
2657: p_count => x_msg_count,
2658: p_data => x_msg_data