DBA Data[Home] [Help]

APPS.PAY_KR_NONSTAT_SPAY_EFILE_FUN dependencies on HR_LOOKUPS

Line 142: hr_lookups where lookup_type = 'PAY_KR_PENSION_FINANCIAL_INST' and

138:
139: begin
140:
141: select meaning,description into p_fin_inst_name,p_bus_reg_number from
142: hr_lookups where lookup_type = 'PAY_KR_PENSION_FINANCIAL_INST' and
143: lookup_code = p_fin_inst_code;
144:
145: return 1;
146: