DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_LINES_DRAFT_ALL

Line 3230: UPDATE po_lines_draft_all

3226: WHERE draft_id = p_draft_id
3227: AND change_accepted_flag IS NULL;
3228:
3229: d_position := 40;
3230: UPDATE po_lines_draft_all
3231: SET change_accepted_flag = l_change_accepted_flag
3232: WHERE draft_id = p_draft_id
3233: AND change_accepted_flag IS NULL;
3234: