DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_DISTRIBUTIONS_DRAFT_ALL

Line 3242: UPDATE po_distributions_draft_all

3238: WHERE draft_id = p_draft_id
3239: AND change_accepted_flag IS NULL;
3240:
3241: d_position := 60;
3242: UPDATE po_distributions_draft_all
3243: SET change_accepted_flag = l_change_accepted_flag
3244: WHERE draft_id = p_draft_id
3245: AND change_accepted_flag IS NULL;
3246: