DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on HR_SOFT_CODING_KEYFLEX

Line 589: -- HR_SOFT_CODING_KEYFLEX table when not null.

585: -- ----------------------------------------------------------------------------
586: --
587: -- Description:
588: -- Validates that soft_coding_keyflex_id of organization unit is present in
589: -- HR_SOFT_CODING_KEYFLEX table when not null.
590: --
591: -- Pre-conditions:
592: -- None.
593: --

Line 622: FROM hr_soft_coding_keyflex

618: l_exists VARCHAR2(1) := 'N';
619: --
620: cursor csr_soft_coding_keyflex_id IS
621: SELECT 'Y'
622: FROM hr_soft_coding_keyflex
623: WHERE soft_coding_keyflex_id = p_soft_coding_keyflex_id;
624: --
625: BEGIN
626: --