DBA Data[Home] [Help]

APPS.PO_HEADERS_SV1 dependencies on PO_APPROVAL_REMINDER_SV

Line 397: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,

393: FROM PO_HEADERS_ALL /*Bug6632095: using base table instead of view */
394: WHERE po_header_id = x_po_header_id;
395:
396: if ((x_item_type is null) and (x_item_key is null)) then
397: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,
398: x_po_header_id);
399: else
400: /* when trying to delete a po it could be that it was submitted to
401: approval workflow and was never approved in which case we

Line 403: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,x_po_header_id);

399: else
400: /* when trying to delete a po it could be that it was submitted to
401: approval workflow and was never approved in which case we
402: need to stop the approval workflow as well as the reminder workflow */
403: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,x_po_header_id);
404:
405: po_approval_reminder_sv.stop_process(x_item_type,x_item_key);
406:
407:

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

401: approval workflow and was never approved in which case we
402: need to stop the approval workflow as well as the reminder workflow */
403: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,x_po_header_id);
404:
405: po_approval_reminder_sv.stop_process(x_item_type,x_item_key);
406:
407:
408: end if;
409: