DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on PAY_WC_FUNDS

Line 634: from pay_wc_funds wcf, pay_us_states uss

630: begin
631: select 'Y' into lv_value from dual
632: where exists (
633: select 'x'
634: from pay_wc_funds wcf, pay_us_states uss
635: where uss.state_code = lv_state_code
636: and uss.state_abbrev = wcf.state_code
637: and wcf.business_group_id =
638: nvl(hr_general.get_business_group_id, wcf.business_group_id));