DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 3252: from per_assignment_extra_info

3248: cursor csr_per_ass_extra_info is
3249: select null
3250: from sys.dual
3251: where exists(select null
3252: from per_assignment_extra_info
3253: where assignment_id = p_assignment_id);
3254: --
3255: cursor csr_hr_ass_set_amend is
3256: select null

Line 3388: -- assignment on per_assignment_extra_info when

3384: --
3385: hr_utility.set_location(l_proc, 9);
3386: --
3387: -- Check that no child records exist for the
3388: -- assignment on per_assignment_extra_info when
3389: -- the assignment is deleted
3390: --
3391: -- Only allow processing in 'ZAP' mode
3392: --