DBA Data[Home] [Help]

PACKAGE: APPS.CTO_GOP_INTERFACE_PK

Source


1 package CTO_GOP_INTERFACE_PK AUTHID CURRENT_USER as
2 /* $Header: CTOGOPIS.pls 115.2 2004/02/24 01:24:35 kkonada noship $*/
3  /*----------------------------------------------------------------------------+
4 | Copyright (c) 2003 Oracle Corporation    RedwoodShores, California, USA
5 |                       All rights reserved.
6 |                       Oracle Manufacturing
7 |
8 |FILE NAME   : CTOGOPIS.pls
9 |DESCRIPTION : Contains :
10 |		Wrapper which wil be called by ATP team or (GOP)
11 |               from patchset_J during atp inquiry or scheduling
12 |               This will provide match information or r-use configuration
13 |               information and option specific sourcing org list
14 |HISTORY     :
15 |		09-05-2003  Created By Kiran Konada
16 |                            Initial checkin
17 |
18 |             02-23-2004   Kiran Konada
19 |                          bugfix 3259017
20 |-----------------------------------------------------------------------------------
21 */
22 PROCEDURE CTO_GOP_WRAPPER_API (
23 	p_Action		IN		VARCHAR2,
24 	p_Source		IN		VARCHAR2,
25 	p_match_rec_of_tab IN OUT NOCOPY       CTO_Configured_Item_GRP.CTO_MATCH_REC_TYPE,
26 	X_oss_orgs_list	OUT       NOCOPY	CTO_OSS_SOURCE_PK.Oss_orgs_list_rec_type,
27 	x_return_status	OUT	  NOCOPY 		VARCHAR2,
28 	X_msg_count	OUT	  NOCOPY		number,
29 	X_msg_data	OUT	  NOCOPY		Varchar2
30  );
31 END CTO_GOP_INTERFACE_PK;