DBA Data[Home] [Help]

APPS.GMF_RESOURCECOST_PUB dependencies on STANDARD

Line 38: --| The pre-defined levels correspond to standard API |

34: --| |
35: --| Valid values for message levels are from 1-50. |
36: --| 1 being least severe and 50 highest. |
37: --| |
38: --| The pre-defined levels correspond to standard API |
39: --| return status. Debug levels are used to control the amount of |
40: --| debug information a program writes to the PL/SQL message table. |
41: --| |
42: --| G_MSG_LVL_UNEXP_ERROR CONSTANT NUMBER := 60; |

Line 178: -- Standard Start of API savepoint

174: l_no_rows_ins NUMBER(10) ;
175:
176: BEGIN
177:
178: -- Standard Start of API savepoint
179: SAVEPOINT Create_Alloc_Definition_PUB;
180:
181: -- Initialize message list if p_init_msg_list is set to TRUE.
182: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

182: IF FND_API.to_Boolean( p_init_msg_list ) THEN
183: FND_MSG_PUB.initialize;
184: END IF;
185:
186: -- Standard call to check for call compatibility.
187: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
188: p_api_version ,
189: l_api_name ,
190: G_PKG_NAME )

Line 285: -- Standard check of p_commit.

281: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN -- Bug 2659435
282: log_msg('1 row inserted');
283: END IF;
284:
285: -- Standard check of p_commit.
286: IF FND_API.To_Boolean( p_commit ) THEN
287: COMMIT WORK;
288: END IF;
289:

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

286: IF FND_API.To_Boolean( p_commit ) THEN
287: COMMIT WORK;
288: END IF;
289:
290: -- Standard call to get message count and if count is 1, get message info.
291: FND_MSG_PUB.Count_And_Get
292: ( p_count => x_msg_count ,
293: p_data => x_msg_data
294: );

Line 384: -- Standard Start of API savepoint

380: l_count NUMBER(10) ;
381: l_data VARCHAR2(2000) ;
382:
383: BEGIN
384: -- Standard Start of API savepoint
385: SAVEPOINT Update_Alloc_Definition_PUB;
386:
387: -- Initialize message list if p_init_msg_list is set to TRUE.
388: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

388: IF FND_API.to_Boolean( p_init_msg_list ) THEN
389: FND_MSG_PUB.initialize;
390: END IF;
391:
392: -- Standard call to check for call compatibility.
393: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
394: p_api_version ,
395: l_api_name ,
396: G_PKG_NAME )

Line 495: -- Standard check of p_commit.

491: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN -- Bug 2659435
492: log_msg( l_no_rows_upd || ' rows updated.');
493: END IF;
494:
495: -- Standard check of p_commit.
496: IF FND_API.To_Boolean( p_commit ) THEN
497: COMMIT WORK;
498: END IF;
499:

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

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

Line 594: -- Standard Start of API savepoint

590: l_data VARCHAR2(2000) ;
591:
592: BEGIN
593:
594: -- Standard Start of API savepoint
595: SAVEPOINT Delete_Alloc_Definition_PUB;
596:
597: -- Initialize message list if p_init_msg_list is set to TRUE.
598: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

598: IF FND_API.to_Boolean( p_init_msg_list ) THEN
599: FND_MSG_PUB.initialize;
600: END IF;
601:
602: -- Standard call to check for call compatibility.
603: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
604: p_api_version ,
605: l_api_name ,
606: G_PKG_NAME )

Line 703: -- Standard check of p_commit.

699: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN -- Bug 2659435
700: log_msg(l_no_rows_del || ' row(s) deleted.');
701: END IF;
702:
703: -- Standard check of p_commit.
704: IF FND_API.To_Boolean( p_commit ) THEN
705: COMMIT WORK;
706: END IF;
707:

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

704: IF FND_API.To_Boolean( p_commit ) THEN
705: COMMIT WORK;
706: END IF;
707:
708: -- Standard call to get message count and if count is 1, get message info.
709: FND_MSG_PUB.Count_And_Get
710: ( p_count => x_msg_count ,
711: p_data => x_msg_data
712: );

Line 799: -- Standard Start of API savepoint

795: l_data VARCHAR2(2000) ;
796:
797: BEGIN
798:
799: -- Standard Start of API savepoint
800: SAVEPOINT Get_Resource_Cost_PUB;
801:
802: -- Initialize message list if p_init_msg_list is set to TRUE.
803: IF FND_API.to_Boolean( p_init_msg_list ) THEN

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

803: IF FND_API.to_Boolean( p_init_msg_list ) THEN
804: FND_MSG_PUB.initialize;
805: END IF;
806:
807: -- Standard call to check for call compatibility.
808: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
809: p_api_version ,
810: l_api_name ,
811: G_PKG_NAME )

Line 851: -- Standard check of p_commit.

847: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
848: END IF;
849:
850: /*
851: -- Standard check of p_commit.
852: IF FND_API.To_Boolean( p_commit ) THEN
853: COMMIT WORK;
854: END IF;
855: */

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

852: IF FND_API.To_Boolean( p_commit ) THEN
853: COMMIT WORK;
854: END IF;
855: */
856: -- Standard call to get message count and if count is 1, get message info.
857: FND_MSG_PUB.Count_And_Get
858: ( p_count => x_msg_count ,
859: p_data => x_msg_data
860: );