DBA Data[Home] [Help]

APPS.PO_HEADERS_SV1 dependencies on PO_APPROVAL_REMINDER_SV

Line 338: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,

334: FROM PO_HEADERS_ALL /*Bug6632095: using base table instead of view */
335: WHERE po_header_id = x_po_header_id;
336:
337: if ((x_item_type is null) and (x_item_key is null)) then
338: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,
339: x_po_header_id);
340: else
341: /* when trying to delete a po it could be that it was submitted to
342: approval workflow and was never approved in which case we

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

340: else
341: /* when trying to delete a po it could be that it was submitted to
342: approval workflow and was never approved in which case we
343: need to stop the approval workflow as well as the reminder workflow */
344: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,x_po_header_id);
345:
346: po_approval_reminder_sv.stop_process(x_item_type,x_item_key);
347:
348:

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

342: approval workflow and was never approved in which case we
343: need to stop the approval workflow as well as the reminder workflow */
344: po_approval_reminder_sv.cancel_notif (x_type_lookup_code,x_po_header_id);
345:
346: po_approval_reminder_sv.stop_process(x_item_type,x_item_key);
347:
348:
349: end if;
350: