DBA Data[Home] [Help]

APPS.GMF_RESOURCECOST_PVT dependencies on STANDARD

Line 117: -- Standard Start of API savepoint

113: --l_rsrc_cost_rec Resource_Cost_Rec_Type ;
114: --l_return_status VARCHAR2(2) ;
115: BEGIN
116:
117: -- Standard Start of API savepoint
118: SAVEPOINT Create_Resource_Cost_PVT;
119:
120: -- Initialize message list if p_init_msg_list is set to TRUE.
121: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

121: IF FND_API.to_Boolean( p_init_msg_list ) THEN
122: FND_MSG_PUB.initialize;
123: END IF;
124:
125: -- Standard call to check for call compatibility.
126: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
127: p_api_version ,
128: l_api_name ,
129: G_PKG_NAME )

Line 188: -- Standard check of p_commit.

184: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN -- Bug 2659435
185: log_msg('1 row inserted');
186: END IF;
187:
188: -- Standard check of p_commit.
189: IF FND_API.To_Boolean( p_commit ) THEN
190: COMMIT WORK;
191: END IF;
192:

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

189: IF FND_API.To_Boolean( p_commit ) THEN
190: COMMIT WORK;
191: END IF;
192:
193: -- Standard call to get message count and if count is 1, get message info.
194: FND_MSG_PUB.Count_And_Get
195: ( p_count => x_msg_count ,
196: p_data => x_msg_data
197: );

Line 285: -- Standard Start of API savepoint

281: --l_no_rows_upd NUMBER(10) ;
282: --l_return_status VARCHAR2(2) ;
283:
284: BEGIN
285: -- Standard Start of API savepoint
286: SAVEPOINT Update_Resource_Cost_PVT;
287:
288: -- Initialize message list if p_init_msg_list is set to TRUE.
289: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

289: IF FND_API.to_Boolean( p_init_msg_list ) THEN
290: FND_MSG_PUB.initialize;
291: END IF;
292:
293: -- Standard call to check for call compatibility.
294: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
295: p_api_version ,
296: l_api_name ,
297: G_PKG_NAME )

Line 341: -- Standard check of p_commit.

337: AND period_id = p_resource_cost_rec.period_id
338: AND cost_type_id = p_resource_cost_rec.cost_type_id
339: ;
340:
341: -- Standard check of p_commit.
342: IF FND_API.To_Boolean( p_commit ) THEN
343: COMMIT WORK;
344: END IF;
345:

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

342: IF FND_API.To_Boolean( p_commit ) THEN
343: COMMIT WORK;
344: END IF;
345:
346: -- Standard call to get message count and if count is 1, get message info.
347: FND_MSG_PUB.Count_And_Get
348: ( p_count => x_msg_count ,
349: p_data => x_msg_data
350: );

Line 435: -- Standard Start of API savepoint

431: l_api_version CONSTANT NUMBER := 2.0 ;
432:
433: BEGIN
434:
435: -- Standard Start of API savepoint
436: SAVEPOINT Get_Reousrce_Cost_PVT;
437:
438: -- Initialize message list if p_init_msg_list is set to TRUE.
439: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

439: IF FND_API.to_Boolean( p_init_msg_list ) THEN
440: FND_MSG_PUB.initialize;
441: END IF;
442:
443: -- Standard call to check for call compatibility.
444: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
445: p_api_version ,
446: l_api_name ,
447: G_PKG_NAME )

Line 502: -- Standard check of p_commit.

498: ;
499:
500:
501: /*
502: -- Standard check of p_commit.
503: IF FND_API.To_Boolean( p_commit ) THEN
504: COMMIT WORK;
505: END IF;
506: */

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

504: COMMIT WORK;
505: END IF;
506: */
507:
508: -- Standard call to get message count and if count is 1, get message info.
509: FND_MSG_PUB.Count_And_Get
510: ( p_count => x_msg_count ,
511: p_data => x_msg_data
512: );