DBA Data[Home] [Help]

APPS.PER_CEL_BUS dependencies on PER_COMP_ELEMENT_OUTCOMES

Line 4552: select 'x' from per_comp_element_outcomes

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