DBA Data[Home] [Help]

APPS.PO_LINES_SV dependencies on PO_LINE_UCAS

Line 214: DELETE FROM po_line_ucas

210: FROM po_headers_all
211: WHERE po_header_id = X_po_header_id;
212:
213: IF l_isucaenabled = 'Y' THEN
214: DELETE FROM po_line_ucas
215: WHERE po_header_id = X_po_header_id;
216: END IF;
217: --Delete Line UCAS If UCA Enabled End.
218:

Line 281: DELETE FROM po_line_ucas

277: FROM po_lines
278: WHERE po_line_id = x_po_line_id;
279:
280: IF l_isucaenabled = 'Y' THEN
281: DELETE FROM po_line_ucas
282: WHERE po_line_id = x_po_line_id;
283: END IF;
284: --Delete Line UCAS If UCA Enabled End.
285: