DBA Data[Home] [Help]

APPS.PO_DRAFT_EVENTS_PKG dependencies on PO_BC_DISTRIBUTIONS

Line 189: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Deleting the events from po_bc_distributions');

185:
186: l_progress := '005';
187:
188: IF g_debug_stmt THEN
189: PO_DEBUG.debug_stmt(l_log_head,l_progress,'Deleting the events from po_bc_distributions');
190: END IF;
191: -- Bug 14832613: Removed the FORALL statement and included this in the FOR LOOP above
192: -- as FORALL Does not support usage of variable of record type for db versions less than 11g.
193:

Line 194: DELETE FROM po_bc_distributions

190: END IF;
191: -- Bug 14832613: Removed the FORALL statement and included this in the FOR LOOP above
192: -- as FORALL Does not support usage of variable of record type for db versions less than 11g.
193:
194: DELETE FROM po_bc_distributions
195: WHERE ae_event_id = l_events_tab(i).event_id;
196:
197: END LOOP;
198: