DBA Data[Home] [Help]

APPS.PER_APR_BUS dependencies on PER_PERFORMANCE_RATINGS

Line 1988: -- - per_performance_ratings

1984: -- -Appraisal is referenced in:
1985: -- - per_assign_proposal_answers
1986: -- - per_objectives
1987: -- - per_assessments
1988: -- - per_performance_ratings
1989:
1990: -- Pre_conditions:
1991: -- - A valid appraisal_id
1992:

Line 2006: -- per_assessments, per_performance_ratings

2002: -- An application error is raised and processing is terminated if any of
2003: -- the following cases are found :
2004: -- - appraisal overall_performance_level_id is not null
2005: -- - appraisal is refrenced in per_assign_proposal_answers, per_objectives
2006: -- per_assessments, per_performance_ratings
2007:
2008: -- Access Status
2009: -- Internal Table Handler Use Only.
2010:

Line 2051: -- Cursor to check if the appraisal is used in per_performance_ratings

2047: select 'Y'
2048: from per_assessments
2049: where appraisal_id = p_appraisal_id;
2050:
2051: -- Cursor to check if the appraisal is used in per_performance_ratings
2052:
2053: cursor csr_apr_exits_in_perf_rat
2054: is
2055: select 'Y'

Line 2056: from per_performance_ratings

2052:
2053: cursor csr_apr_exits_in_perf_rat
2054: is
2055: select 'Y'
2056: from per_performance_ratings
2057: where appraisal_id = p_appraisal_id;
2058:
2059:
2060: -- Cursor to check if the appraisal is used in PER_PARTICIPANTS