DBA Data[Home] [Help]

APPS.AP_WEB_OA_MAINFLOW_PKG dependencies on AP_WEB_DB_VIOLATIONS_PKG

Line 1613: AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(ReportID);

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