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 132: * Standard call to check for call compatibility. *

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

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

338: END IF;
339: END IF;
340:
341: /**************************************************************************
342: * Standard call to get message count and if count is 1, get message info. *
343: **************************************************************************/
344: FND_MSG_PUB.Count_And_Get (
345: p_count => x_msg_count
346: , p_data => x_msg_data

Line 431: * Standard Start of API savepoint *

427:
428: BEGIN
429:
430: /**********************************
431: * Standard Start of API savepoint *
432: **********************************/
433: SAVEPOINT UPDATE_ACT_COST_ADJUSTMENT_PVT ;
434:
435: /*************************************************************

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

439: FND_MSG_PUB.initialize;
440: END IF;
441:
442: /*************************************************
443: * Standard call to check for call compatibility. *
444: *************************************************/
445: IF NOT FND_API.Compatible_API_Call
446: (
447: l_api_version,

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

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

Line 595: * Standard Start of API savepoint *

591:
592: BEGIN
593:
594: /**********************************
595: * Standard Start of API savepoint *
596: **********************************/
597: SAVEPOINT DELETE_ACT_COST_ADJUSTMENT_PVT ;
598:
599: /*************************************************************

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

603: FND_MSG_PUB.initialize;
604: END IF;
605:
606: /*************************************************
607: * Standard call to check for call compatibility. *
608: *************************************************/
609: IF NOT FND_API.Compatible_API_Call
610: (
611: 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 812: * Standard call to check for call compatibility. *

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

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

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