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.2 2011/05/05 13:30:53 phiriyan ship $ */
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 59: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_ResourceCost_PVT';

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

Line 581: END GMF_ResourceCost_PVT;

577: -- END IF;
578:
579: END log_msg ;
580:
581: END GMF_ResourceCost_PVT;