DBA Data[Home] [Help]

APPS.GMF_ITEMCOST_PVT dependencies on GMF_ITEMCOST_PVT

Line 1: PACKAGE BODY GMF_ITEMCOST_PVT AS

1: PACKAGE BODY GMF_ITEMCOST_PVT AS
2: /* $Header: GMFVCSTB.pls 120.1.12000000.3 2007/05/11 17:47:32 pmarada ship $ */
3:
4: -- Start of comments
5: --+==========================================================================+

Line 11: --| Package Name : GMF_ItemCost_PVT |

7: --| Redwood Shores, CA, USA |
8: --| All rights reserved. |
9: --+==========================================================================+
10: --| File Name : GMFVCSTB.pls |
11: --| Package Name : GMF_ItemCost_PVT |
12: --| API name : GMF_ItemCost_PVT |
13: --| Type : Public |
14: --| Pre-reqs : N/A |
15: --| Function : Item Cost creation, updatation and deletion. |

Line 12: --| API name : GMF_ItemCost_PVT |

8: --| All rights reserved. |
9: --+==========================================================================+
10: --| File Name : GMFVCSTB.pls |
11: --| Package Name : GMF_ItemCost_PVT |
12: --| API name : GMF_ItemCost_PVT |
13: --| Type : Public |
14: --| Pre-reqs : N/A |
15: --| Function : Item Cost creation, updatation and deletion. |
16: --| |

Line 51: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_ItemCost_PVT';

47:
48: /*******************
49: * Global variables *
50: *******************/
51: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_ItemCost_PVT';
52: G_debug_level NUMBER(2) := FND_MSG_PUB.G_Msg_Level_Threshold; -- Use this variable everywhere to decide to log a debug msg.
53:
54: -- Func start of comments
55: --+==========================================================================+

Line 1431: END GMF_ITEMCOST_PVT;

1427: p_data => x_msg_data
1428: );
1429: END GET_ITEM_COST ;
1430:
1431: END GMF_ITEMCOST_PVT;