DBA Data[Home] [Help]

APPS.GMF_ACTUAL_COST_ADJUSTMENT_PVT dependencies on STANDARD

Line 23: * The pre-defined levels correspond to standard API *

19: * Adjustment Creation, Updation, Query and Deletion *
20: * *
21: * Valid values for message levels are from 1-50. *
22: * 1 being least severe and 50 highest. *
23: * The pre-defined levels correspond to standard API *
24: * return status. Debug levels are used to control the amount of *
25: * debug information a program writes to the PL/SQL message table. *
26: * *
27: * G_MSG_LVL_UNEXP_ERROR CONSTANT NUMBER := 60; *

Line 120: * Standard Start of API savepoint *

116:
117: BEGIN
118:
119: /**********************************
120: * Standard Start of API savepoint *
121: **********************************/
122: SAVEPOINT CREATE_ACT_COST_ADJUSTMENT_PVT ;
123:
124: /*************************************************************

Line 133: * Standard call to check for call compatibility. *

129: FND_MSG_PUB.initialize;
130: END IF;
131:
132: /*************************************************
133: * Standard call to check for call compatibility. *
134: *************************************************/
135: IF NOT FND_API.Compatible_API_Call
136: (
137: l_api_version,

Line 348: * Standard call to get message count and if count is 1, get message info. *

344: END IF;
345: END IF;
346:
347: /**************************************************************************
348: * Standard call to get message count and if count is 1, get message info. *
349: **************************************************************************/
350: FND_MSG_PUB.Count_And_Get (
351: p_count => x_msg_count
352: , p_data => x_msg_data

Line 434: * Standard Start of API savepoint *

430:
431: BEGIN
432:
433: /**********************************
434: * Standard Start of API savepoint *
435: **********************************/
436: SAVEPOINT UPDATE_ACT_COST_ADJUSTMENT_PVT ;
437:
438: /*************************************************************

Line 447: * Standard call to check for call compatibility. *

443: FND_MSG_PUB.initialize;
444: END IF;
445:
446: /*************************************************
447: * Standard call to check for call compatibility. *
448: *************************************************/
449: IF NOT FND_API.Compatible_API_Call
450: (
451: l_api_version,

Line 511: * Standard call to get message count and if count is 1, get message info. *

507: END IF;
508: END IF;
509:
510: /**************************************************************************
511: * Standard call to get message count and if count is 1, get message info. *
512: **************************************************************************/
513: FND_MSG_PUB.Count_And_Get (
514: p_count => x_msg_count
515: , p_data => x_msg_data

Line 598: * Standard Start of API savepoint *

594:
595: BEGIN
596:
597: /**********************************
598: * Standard Start of API savepoint *
599: **********************************/
600: SAVEPOINT DELETE_ACT_COST_ADJUSTMENT_PVT ;
601:
602: /*************************************************************

Line 611: * Standard call to check for call compatibility. *

607: FND_MSG_PUB.initialize;
608: END IF;
609:
610: /*************************************************
611: * Standard call to check for call compatibility. *
612: *************************************************/
613: IF NOT FND_API.Compatible_API_Call
614: (
615: l_api_version,

Line 671: * Standard call to get message count and if count is 1, get message info. *

667: END IF;
668: END IF;
669:
670: /**************************************************************************
671: * Standard call to get message count and if count is 1, get message info. *
672: **************************************************************************/
673: FND_MSG_PUB.Count_And_Get (
674: p_count => x_msg_count
675: , p_data => x_msg_data

Line 813: * Standard call to check for call compatibility. *

809: FND_MSG_PUB.initialize;
810: END IF;
811:
812: /*************************************************
813: * Standard call to check for call compatibility. *
814: *************************************************/
815: IF NOT FND_API.Compatible_API_Call
816: (
817: l_api_version,

Line 956: * Standard call to get message count and if count is 1, get message info. *

952: RAISE FND_API.G_EXC_ERROR;
953: END IF;
954:
955: /**************************************************************************
956: * Standard call to get message count and if count is 1, get message info. *
957: **************************************************************************/
958: FND_MSG_PUB.Count_And_Get (
959: p_count => x_msg_count
960: , p_data => x_msg_data