DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on HR_SOFT_CODING_KEYFLEX

Line 590: -- HR_SOFT_CODING_KEYFLEX table when not null.

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

Line 623: FROM hr_soft_coding_keyflex

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