DBA Data[Home] [Help]

APPS.OTA_TMT_API dependencies on PER_BUDGETS_PKG

Line 611: per_budgets_pkg.delete_row(X_Rowid => l_loop.row_id);

607: -- Delete the per_budgets records (if any exist)
608: --
609: FOR l_loop IN csr_get_budget_rowid LOOP
610: hr_utility.set_location(' Step:'|| l_proc, 80);
611: per_budgets_pkg.delete_row(X_Rowid => l_loop.row_id);
612: END LOOP;
613: --
614: -- Call After Process User Hook
615: --