DBA Data[Home] [Help]

APPS.PER_PERRPFP1_XMLP_PKG dependencies on PAY_LEGISLATIVE_FIELD_INFO

Line 141: from pay_legislative_field_info

137:
138: begin
139:
140: select rule_type into p_town_of_birth
141: from pay_legislative_field_info
142: where field_name = 'TOWN_OF_BIRTH'
143: and legislation_code = v_legislation_code;
144:
145: exception

Line 154: from pay_legislative_field_info

150:
151: begin
152:
153: select rule_type into p_region_of_birth
154: from pay_legislative_field_info
155: where field_name = 'REGION_OF_BIRTH'
156: and legislation_code = v_legislation_code;
157:
158: exception