DBA Data[Home] [Help]

APPS.AP_WEB_OA_MAINFLOW_PKG dependencies on AP_WEB_DB_VIOLATIONS_PKG

Line 1615: AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(ReportID);

1611: updChargesFromDeletedReport(l_idArray, l_amtArray);
1612: end if;
1613:
1614: l_DebugInfo := 'Delete violations';
1615: AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(ReportID);
1616:
1617: -- Commit deletion
1618: -- We will have a lock on all rows in the cursors from the time the cursor
1619: -- is opened until the commit.