DBA Data[Home] [Help]

APPS.IGS_PR_CLASS_RANK dependencies on STANDARD

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

21:
22:
23:
24: PROCEDURE run_ranking_process (
25: errbuf OUT NOCOPY VARCHAR2, -- Standard Error Buffer Variable
26: retcode OUT NOCOPY NUMBER, -- Standard Concurrent Return code
27: p_cohort_name IN VARCHAR2, -- The Cohart or the Student Group Name
28: p_cal_period IN VARCHAR2, -- The Calendar Period ie the concation of term Calendar Type and the sequence Number
29: p_org_unit_cd IN VARCHAR2 -- Org Unit Code

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

22:
23:
24: PROCEDURE run_ranking_process (
25: errbuf OUT NOCOPY VARCHAR2, -- Standard Error Buffer Variable
26: retcode OUT NOCOPY NUMBER, -- Standard Concurrent Return code
27: p_cohort_name IN VARCHAR2, -- The Cohart or the Student Group Name
28: p_cal_period IN VARCHAR2, -- The Calendar Period ie the concation of term Calendar Type and the sequence Number
29: p_org_unit_cd IN VARCHAR2 -- Org Unit Code
30: ) IS

Line 1649: --Standard call to get message count and if count is 1, get message

1645: x_formatted_rank := l_formatted_rank;
1646: --Initialize API return status to success.
1647: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1648:
1649: --Standard call to get message count and if count is 1, get message
1650: --info.
1651: Fnd_Msg_Pub.Count_And_Get(
1652: p_encoded => Fnd_Api.G_FALSE,
1653: p_count => x_msg_count,