DBA Data[Home] [Help]

APPS.PER_CEL_BUS dependencies on PER_COMP_ELEMENT_OUTCOMES

Line 4551: select 'x' from per_comp_element_outcomes

4547: -- Cursor to check the COMPETENCE_ELMENT_ID' referenced by
4548: -- per_comp_element_outcmes table BUG3356369
4549: --
4550: cursor csr_comp_element_outcome is
4551: select 'x' from per_comp_element_outcomes
4552: where competence_element_id = p_competence_element_id;
4553:
4554: --
4555: begin