DBA Data[Home] [Help]

APPS.IGS_PR_CLASS_RANK dependencies on STANDARD

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

34: ) RETURN NUMBER ;
35:
36:
37: PROCEDURE run_ranking_process (
38: errbuf OUT NOCOPY VARCHAR2, -- Standard Error Buffer Variable
39: retcode OUT NOCOPY NUMBER, -- Standard Concurrent Return code
40: p_cohort_name IN VARCHAR2, -- The Cohart or the Student Group Name
41: p_cal_period IN VARCHAR2, -- The Calendar Period ie the concation of term Calendar Type and the sequence Number
42: p_org_unit_cd IN VARCHAR2 -- Org Unit Code

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

35:
36:
37: PROCEDURE run_ranking_process (
38: errbuf OUT NOCOPY VARCHAR2, -- Standard Error Buffer Variable
39: retcode OUT NOCOPY NUMBER, -- Standard Concurrent Return code
40: p_cohort_name IN VARCHAR2, -- The Cohart or the Student Group Name
41: p_cal_period IN VARCHAR2, -- The Calendar Period ie the concation of term Calendar Type and the sequence Number
42: p_org_unit_cd IN VARCHAR2 -- Org Unit Code
43: );