DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on WF_ENGINE

Line 7985: oe_debug_pub.add('Ord_Num Changed, Calling Set_Header_User_Key and WF_ENGINE.SetItemUserKey',1);

7981: IF (p_x_header_rec.order_number <> p_old_header_rec.order_number AND
7982: p_old_header_rec.order_number is not null AND
7983: p_old_header_rec.order_number <> FND_API.G_MISS_NUM) AND
7984: OE_Quote_Util.G_COMPLETE_NEG = 'N' THEN
7985: oe_debug_pub.add('Ord_Num Changed, Calling Set_Header_User_Key and WF_ENGINE.SetItemUserKey',1);
7986: OE_Order_WF_Util.Set_Header_User_Key(p_x_header_rec);
7987: WF_ENGINE.SetItemUserKey(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),
7988: substrb(fnd_message.get, 1, 240));
7989:

Line 7987: WF_ENGINE.SetItemUserKey(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),

7983: p_old_header_rec.order_number <> FND_API.G_MISS_NUM) AND
7984: OE_Quote_Util.G_COMPLETE_NEG = 'N' THEN
7985: oe_debug_pub.add('Ord_Num Changed, Calling Set_Header_User_Key and WF_ENGINE.SetItemUserKey',1);
7986: OE_Order_WF_Util.Set_Header_User_Key(p_x_header_rec);
7987: WF_ENGINE.SetItemUserKey(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),
7988: substrb(fnd_message.get, 1, 240));
7989:
7990: WF_ENGINE.SetItemAttrNumber(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),
7991: 'ORDER_NUMBER', p_x_header_rec.order_number); -- Bug 3589688

Line 7990: WF_ENGINE.SetItemAttrNumber(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),

7986: OE_Order_WF_Util.Set_Header_User_Key(p_x_header_rec);
7987: WF_ENGINE.SetItemUserKey(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),
7988: substrb(fnd_message.get, 1, 240));
7989:
7990: WF_ENGINE.SetItemAttrNumber(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),
7991: 'ORDER_NUMBER', p_x_header_rec.order_number); -- Bug 3589688
7992: END IF;
7993:
7994: ELSIF p_x_header_rec.transaction_phase_code = 'N' THEN

Line 8024: WF_ENGINE.SetItemAttrNumber(OE_GLOBALS.G_WFI_NGO, to_char(p_x_header_rec.header_id),

8020: (p_header_id => p_x_header_rec.header_id
8021: ,p_sales_document_type_code => 'O'
8022: ,p_transaction_number => p_x_header_rec.quote_number
8023: );
8024: WF_ENGINE.SetItemAttrNumber(OE_GLOBALS.G_WFI_NGO, to_char(p_x_header_rec.header_id),
8025: 'TRANSACTION_NUMBER', p_x_header_rec.quote_number); -- Bug 3589688
8026: END IF;
8027:
8028:

Line 9084: wf_engine.handleerror(OE_Globals.G_WFI_HDR

9080: */
9081:
9082: -- Commented the code to move the logic to delayed request
9083: -- Uncommented to take care of P1 configuration issues
9084: wf_engine.handleerror(OE_Globals.G_WFI_HDR
9085: ,to_char(p_x_header_rec.header_id)
9086: ,'CLOSE_HEADER',
9087: 'RETRY','CANCEL');
9088: