DBA Data[Home] [Help]

APPS.HR_SIT_API dependencies on PER_ANALYSIS_CRITERIA

Line 200: from per_analysis_criteria

196: segment27,
197: segment28,
198: segment29,
199: segment30
200: from per_analysis_criteria
201: where analysis_criteria_id = l_analysis_criteria_id;
202: --
203: begin
204: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 788: from per_analysis_criteria

784: segment27,
785: segment28,
786: segment29,
787: segment30
788: from per_analysis_criteria
789: where analysis_criteria_id = l_analysis_criteria_id;
790: --
791: --
792: -- Cursor to select the id_flex_num required for the keyflex utility.

Line 970: -- update analysis criteria in PER_ANALYSIS_CRITERIA

966: end if;
967: --
968: hr_utility.set_location(l_proc, 70);
969: --
970: -- update analysis criteria in PER_ANALYSIS_CRITERIA
971: --
972: -- Determine the position defintion by calling upd_or_sel
973: --
974: if l_analysis_criteria_id is null

Line 1203: -- PER_ANALYSIS_CRITERIA, since a single code combination could

1199: -- Description:
1200: -- This Special Information type business process deletes a special
1201: -- information type record from the table PER_PERSON_ANALYSES. Note
1202: -- it does not alter the key flex codes combination table
1203: -- PER_ANALYSIS_CRITERIA, since a single code combination could
1204: -- be used by more than one special information type record on
1205: -- PER_PERSON_ANALYSES
1206: --
1207: -- Prerequisites: