DBA Data[Home] [Help]

APPS.PER_ASG_BUS3 dependencies on BEN_PLIP_F

Line 2428: from ben_plip_f plip

2424:
2425: --
2426: cursor csr_plip is
2427: select null
2428: from ben_plip_f plip
2429: ,ben_pl_f plan
2430: ,ben_pgm_f pgm
2431: where plan.mapping_table_name = 'PER_GRADES'
2432: and plan.mapping_table_pk_id = p_grade_id

Line 2509: -- The combination of grade_id and grade_ladder_pgm_id isn't in ben_plip_f

2505: if csr_plip%notfound then
2506: hr_utility.set_location(l_proc, 70);
2507: close csr_plip;
2508: --
2509: -- The combination of grade_id and grade_ladder_pgm_id isn't in ben_plip_f
2510: --
2511: -- Bug 2661569
2512: -- Changed the calls to hr_utility.set_message and hr_utility.raise_error
2513: hr_utility.set_message(800, 'HR_289562_GRADE_NOT_IN_LADDER');