DBA Data[Home] [Help]

APPS.HR_PAB_BUS dependencies on HR_PATTERN_BITS

Line 24: from hr_pattern_bits h

20: --
21: Procedure check_unique_patt_bit (p_pattern_bit_code in varchar2) is
22: cursor c1 is
23: select h.rowid
24: from hr_pattern_bits h
25: where upper(h.pattern_bit_code) = upper(p_pattern_bit_code);
26: c1_rec c1%ROWTYPE;
27: BEGIN
28: open c1;