DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 3212: from per_assignment_extra_info

3208: cursor csr_per_ass_extra_info is
3209: select null
3210: from sys.dual
3211: where exists(select null
3212: from per_assignment_extra_info
3213: where assignment_id = p_assignment_id);
3214: --
3215: cursor csr_hr_ass_set_amend is
3216: select null

Line 3348: -- assignment on per_assignment_extra_info when

3344: --
3345: hr_utility.set_location(l_proc, 9);
3346: --
3347: -- Check that no child records exist for the
3348: -- assignment on per_assignment_extra_info when
3349: -- the assignment is deleted
3350: --
3351: -- Only allow processing in 'ZAP' mode
3352: --