DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on WF_ENGINE

Line 4770: WF_Engine.CompleteActivityInternalName

4766: oe_debug_pub.ADD('CompleteActivity '|| p_ship_line_rec.line_id(i), 1);
4767: END IF;
4768:
4769: BEGIN
4770: WF_Engine.CompleteActivityInternalName
4771: ( itemtype => OE_GLOBALS.G_WFI_LIN
4772: ,itemkey => to_char(p_ship_line_rec.line_id(i))
4773: ,activity => 'SHIP_LINE'
4774: ,result => 'SHIP_CONFIRM'

Line 4878: WF_Engine.CompleteActivityInternalName

4874: || g_non_shippable_rec.ato_line_id(I), 1);
4875: END IF;
4876:
4877: BEGIN
4878: WF_Engine.CompleteActivityInternalName
4879: (itemtype => OE_GLOBALS.G_WFI_LIN,
4880: itemkey => to_char(g_non_shippable_rec.ato_line_id(I)),
4881: activity => 'WAIT_FOR_CTO',
4882: result => OE_GLOBALS.G_WFR_COMPLETE,