DBA Data[Home] [Help]

PACKAGE: APPS.GMD_SPEC_MATCH_API

Source


1 package GMD_SPEC_MATCH_API AUTHID CURRENT_USER as
2 /* $Header: GMDRLSMS.pls 120.0 2006/02/02 12:13:58 sxfeinst noship $ */
3 
4 -- Start of comments
5 --+==========================================================================+
6 --|                   Copyright (c) 1998 Oracle Corporation                  |
7 --|                          Redwood Shores, CA, USA                         |
8 --|                            All rights reserved.                          |
9 --+==========================================================================+
10 --| File Name          : GMDRLSMS.pls                                        |
11 --| Package Name       : GMD_SPEC_MATCH_API                                  |
12 --| Type               : Group                                               |
13 --|                                                                          |
14 --| Notes                                                                    |
15 --|    This package contains group layer APIs for Specification Match        |
16 --|    exclusivly for the picking rules                                      |
17 --|                                                                          |
18 --| HISTORY                                                                  |
19 --|    Liping Gao           6-Jan-2005  Created.                             |
20 --+==========================================================================+
21 -- End of comments
22 
23     function get_spec_match
24          ( p_source_line_id                 IN NUMBER
25          , p_lot_number                     IN VARCHAR2
26          , p_subinventory_code              IN VARCHAR2
27          , p_locator_id                     IN NUMBER
28          )
29     return VARCHAR2;
30 
31 END gmd_spec_match_api;