DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_SPECIFIC_PVT dependencies on MTL_CROSS_REFERENCES

Line 4769: FROM mtl_cross_references

4765: oe_debug_pub.add( 'ORDERED_ITEM: '||P_X_LINE_TBL ( I ) .ORDERED_ITEM ) ;
4766: END IF;
4767: SELECT inventory_item_id
4768: INTO l_inventory_item_id_gen
4769: FROM mtl_cross_references
4770: WHERE cross_reference_type = p_x_line_tbl(I).item_identifier_type
4771: AND (organization_id =
4772: OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID',l_org_id)
4773: OR organization_id IS NULL)