DBA Data[Home] [Help]

APPS.OTA_TMT_API dependencies on PER_BUDGET_VERSION_RULES_PKG

Line 604: PER_BUDGET_VERSION_RULES_PKG.Delete_Row(X_Rowid => l_loop.row_id);

600: -- Delete the per_budget_version records (if any exist)
601: --
602: FOR l_loop IN csr_get_budget_version_rowid LOOP
603: hr_utility.set_location(' Step:'|| l_proc, 70);
604: PER_BUDGET_VERSION_RULES_PKG.Delete_Row(X_Rowid => l_loop.row_id);
605: END LOOP;
606: --
607: -- Delete the per_budgets records (if any exist)
608: --