DBA Data[Home] [Help]

APPS.OE_INTERNAL_REQUISITION_PVT dependencies on OE_OE_FORM_CANCEL_LINE

Line 1625: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can := TRUE;

1621: l_control_rec.write_to_db := FALSE;
1622: l_control_rec.process := FALSE;
1623: END IF;
1624:
1625: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can := TRUE;
1626: -- This global is required to be set to TRUE if it is an internal sales
1627: -- order level cancellation.
1628:
1629: oe_order_pvt.Header

Line 1673: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can := FALSE;

1669: RAISE FND_API.G_EXC_ERROR;
1670: END IF;
1671: END IF; -- P_Mode = PROCESS
1672:
1673: OE_OE_FORM_CANCEL_LINE.g_ord_lvl_can := FALSE;
1674: -- Resetting the global to FALSE, as processing is done.
1675:
1676: OE_MSG_PUB.Reset_Msg_Context('HEADER');
1677: