DBA Data[Home] [Help]

APPS.PO_RELEASES_SV dependencies on PO_ACTION_HISTORY

Line 84: Delete From po_action_history

80: end if;
81:
82: X_progress := '030';
83:
84: Delete From po_action_history
85: Where OBJECT_TYPE_CODE = 'RELEASE' and
86: OBJECT_SUB_TYPE_CODE = X_release_type and
87: OBJECT_ID = X_po_release_id;
88: