DBA Data[Home] [Help]

APPS.GMF_RESOURCECOST_PVT dependencies on GMF_RESOURCECOST_PVT

Line 1: PACKAGE BODY GMF_ResourceCost_PVT AS

1: PACKAGE BODY GMF_ResourceCost_PVT AS
2: /* $Header: GMFVRESB.pls 120.1 2005/11/08 05:29:24 pmarada noship $ */
3:
4: -- Start of comments
5: --+==========================================================================+

Line 11: --| Package Name : GMF_ResourceCost_PVT |

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

Line 12: --| API name : GMF_ResourceCost_PVT |

8: --| All rights reserved. |
9: --+==========================================================================+
10: --| File Name : GMFVRESB.pls |
11: --| Package Name : GMF_ResourceCost_PVT |
12: --| API name : GMF_ResourceCost_PVT |
13: --| Type : Private |
14: --| Pre-reqs : N/A |
15: --| Function : Resource Cost creation, updatation and |
16: --| deletetion. |

Line 56: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_ResourceCost_PVT';

52: );
53: --
54:
55: -- Global variables
56: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_ResourceCost_PVT';
57:
58: G_debug_level NUMBER(2) := FND_MSG_PUB.G_Msg_Level_Threshold; -- Use this variable everywhere
59: -- to decide to log a debug msg.
60:

Line 574: END GMF_ResourceCost_PVT;

570: -- END IF;
571:
572: END log_msg ;
573:
574: END GMF_ResourceCost_PVT;