DBA Data[Home] [Help]

APPS.PO_GML_DB_COMMON dependencies on OE_DS_PVT

Line 1409: if (not OE_DS_PVT.DropShipReceive(P_Line_Id,'INV')) then

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;
1412: end if;
1413: end if;

Line 1552: l_error_message := x_return_Status||' error in call oe_ds_pvt.DropShipReceive';

1548: END IF;
1549: l_error_message := x_return_Status||'-'||l_msg_data;
1550:
1551: ELSIF x_return_status = '-130' THEN
1552: l_error_message := x_return_Status||' error in call oe_ds_pvt.DropShipReceive';
1553:
1554: END IF;
1555:
1556: INSERT_PO_ERRORS( 'RECEIVING',