DBA Data[Home] [Help]

APPS.GMF_LOTCOSTADJUSTMENT_PVT dependencies on GMF_LOTCOSTADJUSTMENT_PVT

Line 1: PACKAGE BODY GMF_LOTCOSTADJUSTMENT_PVT AS

1: PACKAGE BODY GMF_LOTCOSTADJUSTMENT_PVT AS
2: /* $Header: GMFVLCAB.pls 120.3.12000000.2 2007/03/15 10:15:08 pmarada ship $ */
3:
4: --+==========================================================================+
5: --| Copyright (c) 1998 Oracle Corporation |

Line 11: --| Package Name : GMF_LotCostAdjustment_PVT |

7: --| Redwood Shores, CA, USA |
8: --| All rights reserved. |
9: --+==========================================================================+
10: --| File Name : GMFVLCAB.pls |
11: --| Package Name : GMF_LotCostAdjustment_PVT |
12: --| API name : GMF_LotCostAdjustment_PVT |
13: --| Type : Private |
14: --| Pre-reqs : N/A |
15: --| Function : Lot Cost Adjustment Creation, Updation, Query and |

Line 12: --| API name : GMF_LotCostAdjustment_PVT |

8: --| All rights reserved. |
9: --+==========================================================================+
10: --| File Name : GMFVLCAB.pls |
11: --| Package Name : GMF_LotCostAdjustment_PVT |
12: --| API name : GMF_LotCostAdjustment_PVT |
13: --| Type : Private |
14: --| Pre-reqs : N/A |
15: --| Function : Lot Cost Adjustment Creation, Updation, Query and |
16: --| Deletion |

Line 55: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_LotCostAdjustment_PVT';

51: -- Procedure to log Error messages
52: PROCEDURE log_msg(p_msg_text IN VARCHAR2);
53:
54: -- Global variables
55: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_LotCostAdjustment_PVT';
56: G_DEBUG_LEVEL NUMBER(2) := FND_MSG_PUB.G_Msg_Level_Threshold;
57:
58: --Start of comments
59: --+========================================================================+

Line 1039: END GMF_LotCostAdjustment_PVT;

1035: FND_MESSAGE.SET_TOKEN('MSG',p_msg_text);
1036: FND_MSG_PUB.Add;
1037: END log_msg ;
1038:
1039: END GMF_LotCostAdjustment_PVT;