DBA Data[Home] [Help]

APPS.CN_SFP_FORMULA_CMN_PKG dependencies on STANDARD

Line 35: -- Standard Start of API savepoint

31:
32: l_api_name CONSTANT VARCHAR2(30) := 'get_payout_for_attain';
33:
34: BEGIN
35: -- Standard Start of API savepoint
36: SAVEPOINT get_payout_for_attain;
37:
38: -- Initialize message list if p_init_msg_list is set to TRUE.
39: IF FND_API.to_Boolean( p_init_msg_list ) THEN

Line 142: -- Standard call to get message count and if count is 1, get message

138:
139: x_return_status := l_return_status;
140: x_estimated_payout := l_estimated_payout;
141:
142: -- Standard call to get message count and if count is 1, get message
143: -- info.
144: FND_MSG_PUB.Count_And_Get
145: ( p_count => x_msg_count ,
146: p_data => x_msg_data );

Line 200: -- Standard Start of API savepoint

196: l_api_name CONSTANT VARCHAR2(30) := 'get_payout_for_pct_attain';
197:
198: BEGIN
199:
200: -- Standard Start of API savepoint
201: SAVEPOINT get_payout_for_pct_attain;
202:
203: -- Initialize message list if p_init_msg_list is set to TRUE.
204: IF FND_API.to_Boolean( p_init_msg_list ) THEN

Line 222: -- Standard call to get message count and if count is 1, get message

218: x_msg_count => x_msg_count,
219: x_msg_data => x_msg_data
220: );
221:
222: -- Standard call to get message count and if count is 1, get message
223: -- info.
224: FND_MSG_PUB.Count_And_Get
225: ( p_count => x_msg_count ,
226: p_data => x_msg_data );