DBA Data[Home] [Help]

APPS.WSMPCPDS dependencies on MTL_ITEM_FLEXFIELDS

Line 785: FROM mtl_item_flexfields

781:
782:
783: SELECT item_number
784: INTO x_component
785: FROM mtl_item_flexfields
786: WHERE inventory_item_id = x_component_id
787: AND organization_id = x_organization_id;
788:
789: fnd_message.set_token ('COMPONENT', x_component);