DBA Data[Home] [Help]

APPS.OE_VERSIONING_UTIL dependencies on OE_SALES_CREDIT_HISTORY

Line 85: DELETE FROM OE_SALES_CREDIT_HISTORY

81: END LOOP;
82:
83: if l_temp_table.count > 0 then
84: FORALL i in 1..l_temp_table.COUNT
85: DELETE FROM OE_SALES_CREDIT_HISTORY
86: WHERE sales_credit_id = l_temp_table(i);
87: l_temp_table.DELETE;
88: end if;
89: