DBA Data[Home] [Help]

APPS.INV_MEANING_SEL dependencies on MTL_ITEM_STATUS

Line 468: from mtl_item_status

464: BEGIN
465: IF (status_code_val IS NOT NULL) THEN
466: select inventory_item_status_code_tl
467: into ret_string
468: from mtl_item_status
469: where inventory_item_status_code = status_code_val;
470: return (ret_string);
471: ELSE
472: RETURN (NULL);