DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PAY_US_STATES

Line 1579: from pay_us_states

1575: IS
1576:
1577: cursor c_get_state(cp_state_code in varchar2) is
1578: select state_abbrev
1579: from pay_us_states
1580: where state_code = cp_state_code;
1581:
1582: cursor c_get_county( cp_state_code in varchar2
1583: ,cp_county_code in varchar2