DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_LINE_LOCATIONS_DRAFT_ALL

Line 3236: UPDATE po_line_locations_draft_all

3232: WHERE draft_id = p_draft_id
3233: AND change_accepted_flag IS NULL;
3234:
3235: d_position := 50;
3236: UPDATE po_line_locations_draft_all
3237: SET change_accepted_flag = l_change_accepted_flag
3238: WHERE draft_id = p_draft_id
3239: AND change_accepted_flag IS NULL;
3240: