DBA Data[Home] [Help]

APPS.GMF_RESOURCECOST_PUB dependencies on GMF_RESOURCECOST_PUB

Line 1: PACKAGE BODY GMF_ResourceCost_PUB AS

1: PACKAGE BODY GMF_ResourceCost_PUB AS
2: /* $Header: GMFPRESB.pls 120.2.12000000.2 2007/03/07 13:10:01 pmarada ship $ */
3:
4: -- Start of comments
5: --+==========================================================================+

Line 11: --| Package Name : GMF_ResourceCost_PUB |

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

Line 12: --| API name : GMF_ResourceCost_PUB |

8: --| All rights reserved. |
9: --+==========================================================================+
10: --| File Name : GMFPRESB.pls |
11: --| Package Name : GMF_ResourceCost_PUB |
12: --| API name : GMF_ResourceCost_PUB |
13: --| Type : Public |
14: --| Pre-reqs : N/A |
15: --| Function : Allocation Definition creation, updatation and |
16: --| deletetion. |

Line 110: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_ResourceCost_PUB';

106: --
107:
108:
109: -- Global variables
110: G_PKG_NAME CONSTANT VARCHAR2(30) := 'GMF_ResourceCost_PUB';
111:
112: -- Bug 2659435
113: G_operation VARCHAR2(30); -- values will be Insert, Update or Delete
114: G_tmp BOOLEAN := FND_MSG_PUB.Check_Msg_Level(0) ; -- temp call to initialize the

Line 1526: END GMF_ResourceCost_PUB;

1522: END IF;
1523:
1524: END add_header_to_error_stack;
1525:
1526: END GMF_ResourceCost_PUB;