DBA Data[Home] [Help]

APPS.IGS_AS_ANON_GRD_PKG dependencies on STANDARD

Line 19: errbuf OUT NOCOPY VARCHAR2, -- Standard Error Buffer Variable

15: p_ass_id IN igs_as_assessmnt_itm_all.ass_id%TYPE
16: ) RETURN VARCHAR2;
17:
18: PROCEDURE mnt_anon_id (
19: errbuf OUT NOCOPY VARCHAR2, -- Standard Error Buffer Variable
20: retcode OUT NOCOPY NUMBER, -- Standard Concurrent Return code
21: p_load_calendar IN VARCHAR2, -- Award Year ( Concatenated value of Calandar Type and Sequence Number )
22: p_min_number IN NUMBER, -- Minimum Number for the Range of Anonymous ID
23: p_max_number IN NUMBER, -- Maximum Number for the Range of Anonymous ID

Line 20: retcode OUT NOCOPY NUMBER, -- Standard Concurrent Return code

16: ) RETURN VARCHAR2;
17:
18: PROCEDURE mnt_anon_id (
19: errbuf OUT NOCOPY VARCHAR2, -- Standard Error Buffer Variable
20: retcode OUT NOCOPY NUMBER, -- Standard Concurrent Return code
21: p_load_calendar IN VARCHAR2, -- Award Year ( Concatenated value of Calandar Type and Sequence Number )
22: p_min_number IN NUMBER, -- Minimum Number for the Range of Anonymous ID
23: p_max_number IN NUMBER, -- Maximum Number for the Range of Anonymous ID
24: p_reallocate_anon_id IN VARCHAR2 -- Y/N value to choose whether to reallocate Anonymous ID OR assign the existing ones.