DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_SPECIFIC_PVT dependencies on MTL_CROSS_REFERENCES

Line 4703: FROM mtl_cross_references

4699: oe_debug_pub.add( 'ORDERED_ITEM: '||P_X_LINE_TBL ( I ) .ORDERED_ITEM ) ;
4700: END IF;
4701: SELECT inventory_item_id
4702: INTO l_inventory_item_id_gen
4703: FROM mtl_cross_references
4704: WHERE cross_reference_type = p_x_line_tbl(I).item_identifier_type
4705: AND (organization_id =
4706: OE_Sys_Parameters.value('MASTER_ORGANIZATION_ID',l_org_id)
4707: OR organization_id IS NULL)