DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on WF_ENGINE

Line 4434: WF_Engine.CompleteActivityInternalName

4430: oe_debug_pub.ADD('CompleteActivity '|| p_ship_line_rec.line_id(i), 1);
4431: END IF;
4432:
4433: BEGIN
4434: WF_Engine.CompleteActivityInternalName
4435: ( itemtype => OE_GLOBALS.G_WFI_LIN
4436: ,itemkey => to_char(p_ship_line_rec.line_id(i))
4437: ,activity => 'SHIP_LINE'
4438: ,result => 'SHIP_CONFIRM');

Line 4540: WF_Engine.CompleteActivityInternalName

4536: oe_debug_pub.ADD(I || ' complete wait for cto '
4537: || g_non_shippable_rec.ato_line_id(I), 1);
4538: END IF;
4539:
4540: WF_Engine.CompleteActivityInternalName
4541: (itemtype => OE_GLOBALS.G_WFI_LIN,
4542: itemkey => to_char(g_non_shippable_rec.ato_line_id(I)),
4543: activity => 'WAIT_FOR_CTO',
4544: result => OE_GLOBALS.G_WFR_COMPLETE);