DBA Data[Home] [Help]

APPS.ITG_IP_REQUISITION_HEADERS_ARU dependencies on ITG_OUTBOUND_UTILS

Line 58: itg_outbound_utils.raise_wf_event (

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

Line 66: itg_outbound_utils.raise_wf_event(

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

Line 75: itg_outbound_utils.raise_wf_event(

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