DBA Data[Home] [Help]

APPS.PER_CEO_BUS dependencies on PER_COMPETENCE_ELEMENTS

Line 288: -- per_competence_elements table

284: --
285: -- Desciption :
286: --
287: -- Validates that compence_element_id is mandatory and foreign key to
288: -- per_competence_elements table
289: --
290: -- Pre-conditions:
291: --
292: --

Line 321: select 'x' from per_competence_elements

317: --
318: -- Declare cursor
319: --
320: cursor csr_competence_element is
321: select 'x' from per_competence_elements
322: where competence_element_id = p_competence_element_id;
323:
324: --
325: -- Declare local variables