DBA Data[Home] [Help]

APPS.PO_REQS_SV dependencies on PO_ACTION_HISTORY

Line 364: Delete po_action_history

360: po_approval_reminder_sv.stop_process(x_item_type,x_item_key);
361: end if;
362: /* Bug 2904413 Need to delete the action history also */
363:
364: Delete po_action_history
365: Where OBJECT_TYPE_CODE = 'REQUISITION' and
366: OBJECT_SUB_TYPE_CODE = x_type_lookup_code and
367: OBJECT_ID = x_req_hdr_id;
368: