DBA Data[Home] [Help]

APPS.PO_REQS_SV dependencies on PO_ACTION_HISTORY

Line 370: Delete po_action_history

366: po_approval_reminder_sv.stop_process(x_item_type,x_item_key);
367: end if;
368: /* Bug 2904413 Need to delete the action history also */
369:
370: Delete po_action_history
371: Where OBJECT_TYPE_CODE = 'REQUISITION' and
372: OBJECT_SUB_TYPE_CODE = x_type_lookup_code and
373: OBJECT_ID = x_req_hdr_id;
374: