DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_ATTRIBUTE_VALUES_TLP_DRAFT

Line 3272: UPDATE po_attribute_values_tlp_draft

3268: WHERE draft_id = p_draft_id
3269: AND change_accepted_flag IS NULL;
3270:
3271: d_position := 110;
3272: UPDATE po_attribute_values_tlp_draft
3273: SET change_accepted_flag = l_change_accepted_flag
3274: WHERE draft_id = p_draft_id
3275: AND change_accepted_flag IS NULL;
3276: