DBA Data[Home] [Help]

APPS.PO_SOURCING_SV4 dependencies on MTL_CROSS_REFERENCES

Line 35: FROM mtl_cross_references mcr

31: x_progress := '010';
32:
33: SELECT mcr.cross_reference
34: INTO x_message
35: FROM mtl_cross_references mcr
36: WHERE mcr.inventory_item_id = x_item_id
37: AND mcr.cross_reference_type = x_cross_ref_type
38: AND (mcr.organization_id = x_org_id
39: OR