DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on PAY_US_STATES

Line 620: from pay_wc_funds wcf, pay_us_states uss

616: begin
617: select 'Y' into lv_value from dual
618: where exists (
619: select 'x'
620: from pay_wc_funds wcf, pay_us_states uss
621: where uss.state_code = lv_state_code
622: and uss.state_abbrev = wcf.state_code
623: and wcf.business_group_id =
624: nvl(hr_general.get_business_group_id, wcf.business_group_id));