DBA Data[Home] [Help]

APPS.GMI_QUANTITY_PUB dependencies on GMI_QUANTITY_PUB

Line 1: PACKAGE BODY GMI_QUANTITY_PUB AS

1: PACKAGE BODY GMI_QUANTITY_PUB AS
2: --$Header: GMIPQTYB.pls 115.9 2002/11/04 20:48:04 jdiiorio gmigapib.pls $
3: -- Body start of comments
4: --+==========================================================================+
5: --| Copyright (c) 1998 Oracle Corporation |

Line 13: --| GMI_QUANTITY_PUB |

9: --| FILE NAME |
10: --| GMIPQTYB.pls |
11: --| |
12: --| PACKAGE NAME |
13: --| GMI_QUANTITY_PUB |
14: --| |
15: --| DESCRIPTION |
16: --| This package conatains all APIs related to the Inventory Quantity |
17: --| Engine |

Line 32: G_PKG_NAME CONSTANT VARCHAR2(30):='GMI_QUANTITY_PUB';

28: --| |
29: --+==========================================================================+
30: -- Body end of comments
31: -- Global variables
32: G_PKG_NAME CONSTANT VARCHAR2(30):='GMI_QUANTITY_PUB';
33: -- Api start of comments
34: --+==========================================================================+
35: --| PROCEDURE NAME |
36: --| Inventory_Posting |

Line 453: END GMI_QUANTITY_PUB;

449: );
450:
451: END Inventory_Posting;
452:
453: END GMI_QUANTITY_PUB;