DBA Data[Home] [Help]

APPS.HR_ORG_PRE_DELETE dependencies on PAY_WC_FUNDS

Line 400: from pay_wc_funds x

396: hr_utility.set_location('hr_org_pre_delete.hr_org_predel_check',17);
397: select '1'
398: into l_test_func
399: from sys.dual where exists ( select 1
400: from pay_wc_funds x
401: where x.carrier_id = p_organization_id);
402: if SQL%ROWCOUNT >0 THEN
403: hr_utility.set_message(801,'HR_7332_WC_FUNDS_EXIST');
404: hr_utility.raise_error;