DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on HR_GENERAL

Line 624: nvl(hr_general.get_business_group_id, wcf.business_group_id));

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));
625: exception
626: when no_data_found then
627: lv_value := 'N';
628: end;