DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on HR_ASSIGNMENT_SET_AMENDMENTS

Line 3123: -- - HR_ASSIGNMENT_SET_AMENDMENTS

3119: -- - PAY_ASSIGNMENT_ACTIONS
3120: -- - PER_COBRA_COV_ENROLLMENTS
3121: -- - PER_COBRA_COVERAGE_BENEFITS_F
3122: -- - PER_ASSIGNMENTS_EXTRA_INFO
3123: -- - HR_ASSIGNMENT_SET_AMENDMENTS
3124: -- - PER_SECONDARY_ASS_STATUSES
3125: --
3126: -- Pre-conditions:
3127: -- None

Line 3259: from hr_assignment_set_amendments

3255: cursor csr_hr_ass_set_amend is
3256: select null
3257: from sys.dual
3258: where exists(select null
3259: from hr_assignment_set_amendments
3260: where assignment_id = p_assignment_id);
3261: --
3262: begin
3263: hr_utility.set_location('Entering:'|| l_proc, 1);

Line 3407: -- assignment on hr_assignment_set_amendments

3403: --
3404: hr_utility.set_location(l_proc, 10);
3405: --
3406: -- Check that no child records exist for the
3407: -- assignment on hr_assignment_set_amendments
3408: -- when the assignment is deleted
3409: --
3410: -- Only allow processing in 'ZAP' mode
3411: --