DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_UTIL_PVT dependencies on OE_LOTSERIALS_INTERFACE

Line 60: DELETE FROM oe_lotserials_interface

56: = nvl(p_change_sequence,FND_API.G_MISS_CHAR)
57: AND nvl( request_id, FND_API.G_MISS_NUM)
58: = nvl(p_request_id, FND_API.G_MISS_NUM);
59:
60: DELETE FROM oe_lotserials_interface
61: WHERE order_source_id = p_order_source_id
62: AND orig_sys_document_ref = p_orig_sys_document_ref
63: AND nvl( sold_to_org_id, FND_API.G_MISS_NUM)
64: = nvl(p_sold_to_org_id, FND_API.G_MISS_NUM)