DBA Data[Home] [Help]

APPS.ITG_IP_LINE_LOCATIONS_ALL_ARU dependencies on ITG_OUTBOUND_UTILS

Line 61: itg_outbound_utils.raise_wf_event(

57: IF :new.po_release_id IS NULL THEN
58: /* If we are not part of a cascaded cancel */
59: IF UPPER(NVL(l_doc_info.cancel_flag, 'N')) = 'N' THEN
60: /* Cancel a PO SHIPMENT */
61: itg_outbound_utils.raise_wf_event(
62: p_bsr => 'CANCEL_PO',
63: p_id => :new.po_header_id,
64: p_org => :new.org_id,
65: p_doctyp => 'ITG_CANCEL_PO',

Line 82: itg_outbound_utils.raise_wf_event(

78:
79: /* If we are not part of a cascaded release cancel */
80: IF UPPER(NVL(l_rel_info.cancel_flag, 'N')) = 'N' THEN
81: /* Cancel a RELEASE SHIPMENT */
82: itg_outbound_utils.raise_wf_event(
83: p_bsr => 'CANCEL_PO_RELEASE',
84: p_id => :new.line_location_id, -- NOTE: this does not fit!!
85: p_org => :new.org_id,
86: p_doctyp => 'ITG_CANCEL_PO',