DBA Data[Home] [Help]

APPS.GMF_LOTCOSTADJUSTMENT_PUB dependencies on STANDARD

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

102: --| |
103: --| Valid values for message levels are from 1-50. |
104: --| 1 being least severe and 50 highest. |
105: --| |
106: --| The pre-defined levels correspond to standard API |
107: --| return status. Debug levels are used to control the amount of |
108: --| debug information a program writes to the PL/SQL message table. |
109: --| |
110: --| G_MSG_LVL_UNEXP_ERROR CONSTANT NUMBER := 60; |

Line 142: -- Standard Start of API savepoint

138: user_cnt NUMBER;
139: l_user_id fnd_user.user_id%TYPE ;
140: l_return_status VARCHAR2(11) ;
141: BEGIN
142: -- Standard Start of API savepoint
143: SAVEPOINT Create_LotCost_Adjustment_PUB ;
144:
145: -- Initialize message list if p_init_msg_list is set to TRUE.
146: IF FND_API.to_Boolean( p_init_msg_list )

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

147: THEN
148: FND_MSG_PUB.initialize;
149: END IF;
150:
151: -- Standard call to check for call compatibility.
152: IF NOT FND_API.Compatible_API_Call (l_api_version ,
153: p_api_version ,
154: l_api_name ,
155: G_PKG_NAME

Line 241: -- Standard check of p_commit.

237: FND_MESSAGE.SET_NAME('GMF','GMF_API_ROWS_INS');
238: FND_MESSAGE.SET_TOKEN('NUM_ROWS',p_dtl_tbl.COUNT);
239: FND_MSG_PUB.Add;
240:
241: -- Standard check of p_commit.
242: IF FND_API.To_Boolean( p_commit )
243: THEN
244: COMMIT WORK;
245: END IF;

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

242: IF FND_API.To_Boolean( p_commit )
243: THEN
244: COMMIT WORK;
245: END IF;
246: -- Standard call to get message count and if count is 1, get message info.
247: FND_MSG_PUB.Count_And_Get
248: (
249: p_count => x_msg_count
250: , p_data => x_msg_data

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

320: --| |
321: --| Valid values for message levels are from 1-50. |
322: --| 1 being least severe and 50 highest. |
323: --| |
324: --| The pre-defined levels correspond to standard API |
325: --| return status. Debug levels are used to control the amount of |
326: --| debug information a program writes to the PL/SQL message table. |
327: --| |
328: --| G_MSG_LVL_UNEXP_ERROR CONSTANT NUMBER := 60; |

Line 360: -- Standard Start of API savepoint

356: user_cnt NUMBER;
357: l_user_id fnd_user.user_id%TYPE ;
358: l_return_status VARCHAR2(11) ;
359: BEGIN
360: -- Standard Start of API savepoint
361: SAVEPOINT Update_LotCost_Adjustment_PUB ;
362:
363: -- Initialize message list if p_init_msg_list is set to TRUE.
364: IF FND_API.to_Boolean( p_init_msg_list )

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

365: THEN
366: FND_MSG_PUB.initialize;
367: END IF;
368:
369: -- Standard call to check for call compatibility.
370: IF NOT FND_API.Compatible_API_Call (l_api_version ,
371: p_api_version ,
372: l_api_name ,
373: G_PKG_NAME

Line 459: -- Standard check of p_commit.

455: FND_MESSAGE.SET_NAME('GMF','GMF_API_ROWS_UPD');
456: FND_MESSAGE.SET_TOKEN('NUM_ROWS',p_dtl_tbl.COUNT);
457: FND_MSG_PUB.Add;
458:
459: -- Standard check of p_commit.
460: IF FND_API.To_Boolean( p_commit )
461: THEN
462: COMMIT WORK;
463: END IF;

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

460: IF FND_API.To_Boolean( p_commit )
461: THEN
462: COMMIT WORK;
463: END IF;
464: -- Standard call to get message count and if count is 1, get message info.
465: FND_MSG_PUB.Count_And_Get
466: (
467: p_count => x_msg_count
468: , p_data => x_msg_data

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

538: --| |
539: --| Valid values for message levels are from 1-50. |
540: --| 1 being least severe and 50 highest. |
541: --| |
542: --| The pre-defined levels correspond to standard API |
543: --| return status. Debug levels are used to control the amount of |
544: --| debug information a program writes to the PL/SQL message table. |
545: --| |
546: --| G_MSG_LVL_UNEXP_ERROR CONSTANT NUMBER := 60; |

Line 578: -- Standard Start of API savepoint

574: user_cnt NUMBER;
575: l_user_id fnd_user.user_id%TYPE ;
576: l_return_status VARCHAR2(2) ;
577: BEGIN
578: -- Standard Start of API savepoint
579: SAVEPOINT Delete_LotCost_Adjustment_PUB ;
580:
581: -- Initialize message list if p_init_msg_list is set to TRUE.
582: IF FND_API.to_Boolean( p_init_msg_list )

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

583: THEN
584: FND_MSG_PUB.initialize;
585: END IF;
586:
587: -- Standard call to check for call compatibility.
588: IF NOT FND_API.Compatible_API_Call (l_api_version ,
589: p_api_version ,
590: l_api_name ,
591: G_PKG_NAME

Line 676: -- Standard check of p_commit.

672: FND_MESSAGE.SET_NAME('GMF','GMF_API_ROWS_DEL');
673: FND_MESSAGE.SET_TOKEN('NUM_ROWS',p_dtl_tbl.COUNT);
674: FND_MSG_PUB.Add;
675:
676: -- Standard check of p_commit.
677: IF FND_API.To_Boolean( p_commit )
678: THEN
679: COMMIT WORK;
680: END IF;

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

677: IF FND_API.To_Boolean( p_commit )
678: THEN
679: COMMIT WORK;
680: END IF;
681: -- Standard call to get message count and if count is 1, get message info.
682: FND_MSG_PUB.Count_And_Get
683: (
684: p_count => x_msg_count
685: , p_data => x_msg_data

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

755: --| |
756: --| Valid values for message levels are from 1-50. |
757: --| 1 being least severe and 50 highest. |
758: --| |
759: --| The pre-defined levels correspond to standard API |
760: --| return status. Debug levels are used to control the amount of |
761: --| debug information a program writes to the PL/SQL message table. |
762: --| |
763: --| G_MSG_LVL_UNEXP_ERROR CONSTANT NUMBER := 60; |

Line 794: -- Standard Start of API savepoint

790: user_cnt NUMBER;
791: l_user_id fnd_user.user_id%TYPE ;
792: l_return_status VARCHAR2(2) ;
793: BEGIN
794: -- Standard Start of API savepoint
795: SAVEPOINT Get_LotCost_Adjustment_PUB ;
796:
797: -- Initialize message list if p_init_msg_list is set to TRUE.
798: IF FND_API.to_Boolean( p_init_msg_list )

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

799: THEN
800: FND_MSG_PUB.initialize;
801: END IF;
802:
803: -- Standard call to check for call compatibility.
804: IF NOT FND_API.Compatible_API_Call (l_api_version ,
805: p_api_version ,
806: l_api_name ,
807: G_PKG_NAME

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

876: add_header_to_error_stack ( p_header_Rec => p_header_rec );
877: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
878: END IF;
879:
880: -- Standard call to get message count and if count is 1, get message info.
881: FND_MSG_PUB.Count_And_Get
882: ( p_count => x_msg_count ,
883: p_data => x_msg_data
884: );