DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on HR_GENERAL

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

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));
639: exception
640: when no_data_found then
641: lv_value := 'N';
642: end;