DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PAY_US_STATES

Line 2225: from pay_us_states

2221: IS
2222:
2223: cursor c_get_state(cp_state_code in varchar2) is
2224: select state_abbrev
2225: from pay_us_states
2226: where state_code = cp_state_code;
2227:
2228: cursor c_get_county( cp_state_code in varchar2
2229: ,cp_county_code in varchar2