DBA Data[Home] [Help]

APPS.HR_PAC_BUS dependencies on HR_PATTERN_PURPOSES

Line 29: from hr_pattern_purposes

25: --
26: -- Check for a purpose of SSP qualifying pattern
27: --
28: select 1
29: from hr_pattern_purposes
30: where pattern_id = p_pattern_id
31: and pattern_purpose = 'QUALIFYING PATTERN';
32: --
33: cursor csr_pattern_bit is