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.3.12010000.2 2009/04/16 20:51:45 uphadtar 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 54: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_ItemCost_PVT';

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

Line 1438: END GMF_ITEMCOST_PVT;

1434: p_data => x_msg_data
1435: );
1436: END GET_ITEM_COST ;
1437:
1438: END GMF_ITEMCOST_PVT;