DBA Data[Home] [Help]

APPS.PO_REQS_CONTROL_SV dependencies on PO_APPROVAL_REMINDER_SV

Line 456: po_approval_reminder_sv.cancel_notif (x_req_doc_subtype,

452: FROM PO_REQUISITION_HEADERS
453: WHERE requisition_header_id = x_req_header_id;
454:
455: if ((x_item_type is null) and (x_item_key is null)) then
456: po_approval_reminder_sv.cancel_notif (x_req_doc_subtype,
457: x_req_header_id);
458: else
459: /* Bug# 1499199
460: Forward fix of bug# 13721671

Line 467: po_approval_reminder_sv.cancel_notif (x_req_doc_subtype, x_req_header_id);

463: notifications exist. These should be cancelled when the
464: requisition is cancelled. The above cancel_notif call is also
465: modified to send doc_subtype as parameter instead of doc_type */
466:
467: po_approval_reminder_sv.cancel_notif (x_req_doc_subtype, x_req_header_id);
468: po_approval_reminder_sv.stop_process(x_item_type,x_item_key);
469: end if;
470:
471: END IF;

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

464: requisition is cancelled. The above cancel_notif call is also
465: modified to send doc_subtype as parameter instead of doc_type */
466:
467: po_approval_reminder_sv.cancel_notif (x_req_doc_subtype, x_req_header_id);
468: po_approval_reminder_sv.stop_process(x_item_type,x_item_key);
469: end if;
470:
471: END IF;
472: