DBA Data[Home] [Help]

APPS.PER_PERSON_ANALYSES_PKG dependencies on PAY_LEGISLATION_RULES

Line 121: from pay_legislation_rules

117: -- cursor to check if the special information being entered is OSHA
118: --
119: cursor c_osha is
120: select 'X'
121: from pay_legislation_rules
122: where legislation_code = p_legislation_code
123: and rule_type = 'OSHA'
124: and rule_mode = to_char(p_id_flex_num);
125: --