DBA Data[Home] [Help]

APPS.GMICOMN dependencies on GMICOMN

Line 1: PACKAGE BODY GMICOMN AS

1: PACKAGE BODY GMICOMN AS
2: /* $Header: GMICOMNB.pls 115.2 2004/01/16 10:21:24 gmangari noship $ */
3: /*
4: +==========================================================================+
5: | Copyright (c) 1998 Oracle Corporation |

Line 2: /* $Header: GMICOMNB.pls 115.2 2004/01/16 10:21:24 gmangari noship $ */

1: PACKAGE BODY GMICOMN AS
2: /* $Header: GMICOMNB.pls 115.2 2004/01/16 10:21:24 gmangari noship $ */
3: /*
4: +==========================================================================+
5: | Copyright (c) 1998 Oracle Corporation |
6: | Redwood Shores, CA, USA |

Line 10: | GMICOMNB.pls |

6: | Redwood Shores, CA, USA |
7: | All rights reserved. |
8: +==========================================================================+
9: | FILE NAME |
10: | GMICOMNB.pls |
11: | |
12: | PACKAGE NAME |
13: | GMICOMN |
14: | |

Line 13: | GMICOMN |

9: | FILE NAME |
10: | GMICOMNB.pls |
11: | |
12: | PACKAGE NAME |
13: | GMICOMN |
14: | |
15: | DESCRIPTION |
16: | Created this new package to be used for common procedures |
17: | or functions that are used by the forms. |

Line 98: END GMICOMN;

94: RETURN (x_lot_no);
95: END get_Lotno;
96:
97:
98: END GMICOMN;