DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on WF_ENGINE

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

7829: IF (p_x_header_rec.order_number <> p_old_header_rec.order_number AND
7830: p_old_header_rec.order_number is not null AND
7831: p_old_header_rec.order_number <> FND_API.G_MISS_NUM) AND
7832: OE_Quote_Util.G_COMPLETE_NEG = 'N' THEN
7833: oe_debug_pub.add('Ord_Num Changed, Calling Set_Header_User_Key and WF_ENGINE.SetItemUserKey',1);
7834: OE_Order_WF_Util.Set_Header_User_Key(p_x_header_rec);
7835: WF_ENGINE.SetItemUserKey(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),
7836: substrb(fnd_message.get, 1, 240));
7837:

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

7831: p_old_header_rec.order_number <> FND_API.G_MISS_NUM) AND
7832: OE_Quote_Util.G_COMPLETE_NEG = 'N' THEN
7833: oe_debug_pub.add('Ord_Num Changed, Calling Set_Header_User_Key and WF_ENGINE.SetItemUserKey',1);
7834: OE_Order_WF_Util.Set_Header_User_Key(p_x_header_rec);
7835: WF_ENGINE.SetItemUserKey(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),
7836: substrb(fnd_message.get, 1, 240));
7837:
7838: WF_ENGINE.SetItemAttrNumber(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),
7839: 'ORDER_NUMBER', p_x_header_rec.order_number); -- Bug 3589688

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

7834: OE_Order_WF_Util.Set_Header_User_Key(p_x_header_rec);
7835: WF_ENGINE.SetItemUserKey(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),
7836: substrb(fnd_message.get, 1, 240));
7837:
7838: WF_ENGINE.SetItemAttrNumber(OE_Globals.G_WFI_HDR, to_char(p_x_header_rec.header_id),
7839: 'ORDER_NUMBER', p_x_header_rec.order_number); -- Bug 3589688
7840: END IF;
7841:
7842: ELSIF p_x_header_rec.transaction_phase_code = 'N' THEN

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

7868: (p_header_id => p_x_header_rec.header_id
7869: ,p_sales_document_type_code => 'O'
7870: ,p_transaction_number => p_x_header_rec.quote_number
7871: );
7872: WF_ENGINE.SetItemAttrNumber(OE_GLOBALS.G_WFI_NGO, to_char(p_x_header_rec.header_id),
7873: 'TRANSACTION_NUMBER', p_x_header_rec.quote_number); -- Bug 3589688
7874: END IF;
7875:
7876:

Line 8890: wf_engine.handleerror(OE_Globals.G_WFI_HDR

8886: */
8887:
8888: -- Commented the code to move the logic to delayed request
8889: -- Uncommented to take care of P1 configuration issues
8890: wf_engine.handleerror(OE_Globals.G_WFI_HDR
8891: ,to_char(p_x_header_rec.header_id)
8892: ,'CLOSE_HEADER',
8893: 'RETRY','CANCEL');
8894: