DBA Data[Home] [Help]

APPS.GMF_BURDENDETAILS_PVT dependencies on GMF_BURDENDETAILS_PVT

Line 1: PACKAGE BODY GMF_BurdenDetails_PVT AS

1: PACKAGE BODY GMF_BurdenDetails_PVT AS
2: /* $Header: GMFVBRDB.pls 120.2.12000000.2 2007/04/04 12:11:18 pmarada ship $ */
3:
4: -- Start of comments
5: --+==========================================================================+

Line 11: --| Package Name : GMF_BurdenDetails_PVT |

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

Line 12: --| API name : GMF_BurdenDetails_PVT |

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

Line 68: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_BurdenDetails_PVT';

64: p_cost_analysis_code IN cm_brdn_dtl.cost_analysis_code%TYPE
65: ) RETURN BOOLEAN;
66:
67: -- Global variables
68: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_BurdenDetails_PVT';
69:
70: G_debug_level NUMBER(2) := FND_MSG_PUB.G_Msg_Level_Threshold; -- Use this variable everywhere
71: -- to decide to log a debug msg.
72:

Line 1002: END GMF_BurdenDetails_PVT;

998: -- END IF;
999:
1000: END log_msg ;
1001:
1002: END GMF_BurdenDetails_PVT;