DBA Data[Home] [Help]

APPS.HR_ORG_PRE_DELETE dependencies on PER_BUDGET_VALUES

Line 159: -- Do Any rows Exist in PER_BUDGET_VALUES.

155: null;
156: end;
157: --
158: begin
159: -- Do Any rows Exist in PER_BUDGET_VALUES.
160: hr_utility.set_location('hr_org_pre_delete.hr_org_predel_check'
161: ,5);
162: select '1'
163: into l_test_func

Line 166: from PER_BUDGET_VALUES x

162: select '1'
163: into l_test_func
164: from sys.dual
165: where exists ( select 1
166: from PER_BUDGET_VALUES x
167: where x.business_group_id = p_business_group_id);
168: --
169: if SQL%ROWCOUNT >0 THEN
170: hr_utility.set_message(801,'HR_6558_ORG_BUDGET_VAL_EXIST');