DBA Data[Home] [Help]

APPS.HR_DELETE dependencies on PER_BUDGETS

Line 760: PER_BUDGETS.business_group_id%TYPE)

756: WHERE business_group_id = c_business_group_id);
757: --
758: cursor csr_get_bud
759: (c_business_group_id
760: PER_BUDGETS.business_group_id%TYPE)
761: is
762: SELECT null
763: FROM sys.dual
764: WHERE exists(select null

Line 765: FROM PER_BUDGETS

761: is
762: SELECT null
763: FROM sys.dual
764: WHERE exists(select null
765: FROM PER_BUDGETS
766: WHERE business_group_id = c_business_group_id);
767: --
768: cursor csr_get_pyp
769: (c_business_group_id

Line 906: DELETE FROM per_budgets

902: DELETE FROM per_budget_versions
903: WHERE business_group_id = p_business_group_id;
904: hr_utility.set_location(l_proc,170);
905: --
906: DELETE FROM per_budgets
907: WHERE business_group_id = p_business_group_id;
908: hr_utility.set_location(l_proc,180);
909: --
910: end if;