DBA Data[Home] [Help]

APPS.GMF_RESOURCECOST_PVT dependencies on STANDARD

Line 114: -- Standard Start of API savepoint

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

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

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

Line 185: -- Standard check of p_commit.

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

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

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

Line 282: -- Standard Start of API savepoint

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

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

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

Line 336: -- Standard check of p_commit.

332: AND period_id = p_resource_cost_rec.period_id
333: AND cost_type_id = p_resource_cost_rec.cost_type_id
334: ;
335:
336: -- Standard check of p_commit.
337: IF FND_API.To_Boolean( p_commit ) THEN
338: COMMIT WORK;
339: END IF;
340:

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

337: IF FND_API.To_Boolean( p_commit ) THEN
338: COMMIT WORK;
339: END IF;
340:
341: -- Standard call to get message count and if count is 1, get message info.
342: FND_MSG_PUB.Count_And_Get
343: ( p_count => x_msg_count ,
344: p_data => x_msg_data
345: );

Line 430: -- Standard Start of API savepoint

426: l_api_version CONSTANT NUMBER := 2.0 ;
427:
428: BEGIN
429:
430: -- Standard Start of API savepoint
431: SAVEPOINT Get_Reousrce_Cost_PVT;
432:
433: -- Initialize message list if p_init_msg_list is set to TRUE.
434: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

434: IF FND_API.to_Boolean( p_init_msg_list ) THEN
435: FND_MSG_PUB.initialize;
436: END IF;
437:
438: -- Standard call to check for call compatibility.
439: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
440: p_api_version ,
441: l_api_name ,
442: G_PKG_NAME )

Line 495: -- Standard check of p_commit.

491: ;
492:
493:
494: /*
495: -- Standard check of p_commit.
496: IF FND_API.To_Boolean( p_commit ) THEN
497: COMMIT WORK;
498: END IF;
499: */

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

497: COMMIT WORK;
498: END IF;
499: */
500:
501: -- Standard call to get message count and if count is 1, get message info.
502: FND_MSG_PUB.Count_And_Get
503: ( p_count => x_msg_count ,
504: p_data => x_msg_data
505: );