DBA Data[Home] [Help]

APPS.HR_CAGR_ENT_LINES_API dependencies on PER_CAGR_RETAINED_RIGHTS

Line 60: DELETE FROM per_cagr_retained_rights

56: IF csr_chk_for_other_lines%NOTFOUND THEN
57: --
58: hr_utility.set_location(l_proc,30);
59: --
60: DELETE FROM per_cagr_retained_rights
61: WHERE cagr_entitlement_line_id = p_cagr_entitlement_line_id;
62: --
63: hr_utility.set_location(l_proc,40);
64: --

Line 86: DELETE FROM per_cagr_retained_rights

82: ELSE
83: --
84: hr_utility.set_location(l_proc,80);
85: --
86: DELETE FROM per_cagr_retained_rights
87: WHERE cagr_entitlement_result_id = c_results.cagr_entitlement_result_id;
88: --
89: hr_utility.set_location(l_proc,90);
90: --