DBA Data[Home] [Help]

PACKAGE: APPS.GMF_MTL_GET_ORG_ID

Source


1 PACKAGE GMF_MTL_GET_ORG_ID AUTHID CURRENT_USER AS
2 /* $Header: gmforgis.pls 115.1 2002/10/29 22:02:16 jdiiorio ship $ */
3   PROCEDURE proc_inv_get_org_id (
4           st_date  in out nocopy date,
5           en_date    in out nocopy date,
6           pm_lookup_cd    in out nocopy varchar2,
7           ship_to_loc_id  in out nocopy number,
8           inv_org_id     in out nocopy varchar2,
9           row_to_fetch in number,
10           error_status out nocopy number);
11 END GMF_MTL_GET_ORG_ID;