DBA Data[Home] [Help]

APPS.EGO_ITEM_STATUSES_PUB dependencies on EGO_ITEM_STATUS_V

Line 88: EGO_ITEM_STATUS_V

84: -- Check if the internal name already exists on a NON-END-DATED item status
85:
86: SELECT COUNT (*) INTO l_count
87: FROM
88: EGO_ITEM_STATUS_V
89: WHERE
90: ITEM_STATUS_CODE = p_item_status_code;
91:
92: IF (l_count > 0)