DBA Data[Home] [Help]

APPS.HR_ORG_PRE_DELETE dependencies on PER_JOBS

Line 116: -- Do Any rows Exist in PER_JOBS.

112: null;
113: end;
114: --
115: begin
116: -- Do Any rows Exist in PER_JOBS.
117: hr_utility.set_location('hr_org_pre_delete.hr_org_predel_check'
118: ,3);
119: select '1'
120: into l_test_func

Line 123: from PER_JOBS x

119: select '1'
120: into l_test_func
121: from sys.dual
122: where exists ( select 1
123: from PER_JOBS x
124: where x.business_group_id = p_business_group_id);
125: --
126: if SQL%ROWCOUNT >0 THEN
127: hr_utility.set_message(801,'HR_6131_ORG_JOBS_EXIST');