DBA Data[Home] [Help]

APPS.PO_REQS_SV dependencies on PO_APPROVAL_REMINDER_SV

Line 348: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,

344: FROM PO_REQUISITION_HEADERS
345: WHERE requisition_header_id = x_req_hdr_id;
346:
347: if ((x_item_type is null) and (x_item_key is null)) then
348: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,
349: x_req_hdr_id);
350: else
351: /*Bug 3047646 : the line below has been added to ensure that
352: po send notification items are deleted.

Line 358: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,

354: approval workflow and was never approved and also po send notification
355: was also invoked for it,in which case we need to stop the approval
356: workflow as well as the reminder workflow */
357:
358: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,
359: x_req_hdr_id);
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 */

Line 360: po_approval_reminder_sv.stop_process(x_item_type,x_item_key);

356: workflow as well as the reminder workflow */
357:
358: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,
359: x_req_hdr_id);
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