DBA Data[Home] [Help]

APPS.ITG_IP_REQUISITION_HEADERS_ARU dependencies on ITG_OUTBOUND_UTILS

Line 57: itg_outbound_utils.raise_wf_event (

53: ITG_Debug.msg('RH', 'v_action_code', v_action_code);
54: ITG_Debug.msg('RH', 'v_action_cnt', v_action_cnt);
55:
56: IF v_action_code = 'WITHDRAW' AND v_action_cnt > 1 THEN
57: itg_outbound_utils.raise_wf_event (
58: p_bsr => 'CHANGE_REQUISITN',
59: p_id => :new.requisition_header_id,
60: p_org => :new.org_id,
61: p_doctyp => 'ITG_CHANGE_REQUISITN',

Line 65: itg_outbound_utils.raise_wf_event(

61: p_doctyp => 'ITG_CHANGE_REQUISITN',
62: p_clntyp => 'ITG_CHANGE_REQUISITN',
63: p_doc => :new.segment1);
64: ELSE
65: itg_outbound_utils.raise_wf_event(
66: p_bsr => 'ADD_REQUISITN',
67: p_id => :new.requisition_header_id,
68: p_org => :new.org_id,
69: p_doctyp => 'ITG_ADD_REQUISITN',

Line 74: itg_outbound_utils.raise_wf_event(

70: p_clntyp => 'ITG_ADD_REQUISITN',
71: p_doc => :new.segment1);
72: END IF;
73: ELSIF upper(:new.authorization_status) = 'RETURNED' THEN
74: itg_outbound_utils.raise_wf_event(
75: p_bsr => 'CANCEL_REQUISITN',
76: p_id => :new.requisition_header_id,
77: p_org => :new.org_id,
78: p_doctyp => 'ITG_CANCEL_REQUISITN',