DBA Data[Home] [Help]

PACKAGE: APPS.PO_ASL_AUTHORIZATIONS_SV

Source


1 PACKAGE PO_ASL_AUTHORIZATIONS_SV as
2 /* $Header: POXACLSS.pls 120.0.12010000.1 2008/09/18 12:20:53 appldev noship $ */
3 
4 /*===========================================================================
5   PACKAGE NAME:		po_asl_authorizations_sv
6 
7   DESCRIPTION:		Server-side procedures for CHV_AUTHORIZATIONS
8 			for the ASL.
9 
10   CLIENT/SERVER:	Server
11 
12   LIBRARY NAME
13 
14   OWNER:                cmok
15 
16   PROCEDURE NAMES:
17 
18 ===========================================================================*/
19 /*===========================================================================
20   PROCEDURE NAME:	check_record_unique
21 
22 
23   DESCRIPTION:     	Determines whether record contains unique combination
24 			of using_organization_id, asl_id and sequence_num
25 
26 
27   CHANGE HISTORY:  	28-Jun-96	cmok		Created
28 
29 ===============================================================================*/
30 
31 function check_record_unique(x_reference_id	   	number,
32 			     x_reference_type		varchar2,
33 			     x_authorization_code	varchar2,
34 			     x_authorization_sequence   number,
35 			     x_using_organization_id    number) return boolean;
36 
37 END PO_ASL_AUTHORIZATIONS_SV;