DBA Data[Home] [Help]

PACKAGE: APPS.PO_ASL_UPGRADE_SV

Source


1 PACKAGE PO_ASL_UPGRADE_SV AS
2 /* $Header: POXA1LUS.pls 120.1.12010000.1 2008/09/18 12:20:40 appldev noship $*/
3 
4 /*===========================================================================
5   PROCEDURE NAME: 	upgrade_autosource_rules
6 
7   DESCRIPTION:		This procedure upgrades the purchasing autosource rules
8 			to the new mrp sourcing rules.
9 
10   PARAMETERS:		NONE
11 
12   DESIGN REFERENCES:
13 
14   ALGORITHM:
15 
16   NOTES:
17 
18   OPEN ISSUES:
19 
20   CLOSED ISSUES:
21 
22   CHANGE HISTORY:	cmok	8/13/96		created
23 ===========================================================================*/
24 
25 PROCEDURE upgrade_autosource_rules(
26 	x_asl_status_id			NUMBER,
27 	x_usr_upgrade_docs		VARCHAR2
28 );
29 
30 END PO_ASL_UPGRADE_SV;