DBA Data[Home] [Help]

APPS.PO_GML_DB_COMMON dependencies on OE_INSTALL

Line 1407: if (OE_INSTALL.Get_Active_Product = 'ONT' ) and nvl(l_non_inv,0) <> 1 then

1403: against a drop ship receipt. This is in line with discrete. */
1404: IF ((l_trx_type = 'DELIVER' and l_destination_type_code = 'INVENTORY') OR
1405: (l_trx_type = 'RECEIVE' and l_auto_transact_code = 'DELIVER' and l_destination_type_code = 'INVENTORY'))
1406: THEN
1407: if (OE_INSTALL.Get_Active_Product = 'ONT' ) and nvl(l_non_inv,0) <> 1 then
1408: /* New OE => ONT is installed. */
1409: if (not OE_DS_PVT.DropShipReceive(P_Line_Id,'INV')) then
1410: x_return_status := -95;
1411: raise ex_exception_found;